Skip to content
New MINOR release 01.07.00

Changes since 01.06.00:
fix: high cpu load (#79)

feat: improve performance in accessors

Using eq_data::get_int(), get_float() and get_double() turn out to be
very inefficient. Directly iterating the memory ares an memcpy where possible
significantly reduce the CPU load caused by the backend.