Hamsterdb 2.2.1 freeware
upscaledb is an embedded key/value database engine. "Embedded" means that as a software developer, you can link it directly into your application. A variety of programming environments is supported. The upscaledb library is developped in C/C++, but can be used from .NET, Java, Erlang, Elixir and Python. ...
Author | Christoph Rupp |
Released | 2017-06-02 |
Filesize | 2.00 MB |
Downloads | 736 |
OS | Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Windows 8, Windows 8 x64, Windows 10, Windows 10 x64 |
Installation | Instal And Uninstall |
Keywords | mapped memory, operation map, embeddable database, memory, map, operation |
Users' rating (16 rating) |
Hamsterdb Free Download - we do not host any Hamsterdb torrent files or links of Hamsterdb on rapidshare.com, depositfiles.com, megaupload.com etc. All Hamsterdb download links are direct Hamsterdb download from publisher site or their selected mirrors.
2.2.1 | Jun 2, 2017 | New Release | New Features Added a new API function for bulk operations (ups_db_bulk_operations in ups/upscaledb_int.h) Bugfixes Fixed compiler error related to inline assembly on gcc 4.8.x Fixed bug when ups_cursor_overwrite would overwrite a transactional record instead of the (correct) btree record Fixed several bugs in the duplicate key consolidation issue #80: fixed streamvbyte compilation for c++11 issue #79: fixed crc32 failure when reusing deleted blobs spanning multiple pages Fixed a bug when recovering duplicates that were inserted with one of the UPS_DUPLICATE_INSERT_* flags Minor improvements for the journalling performance Fixed compilation issues w/ gcc 6.2.1 (Thanks, Roel Brook) |
2.1.1 | Jul 3, 2013 | New Release | · Removed internal (but exported) functions ham_env_get_device, ham_env_set_device · Improved integration of tcmalloc, removed ham_env_set_allocator · A small semantic change: when retrieving partial records with ham_db_find or ham_cursor_find, the partial size is now stored in record.partial_size and the original size is stored in record.size. Previously, the partial size was stored in record.size. · Merged various MacOS related fixes · Fixed build if remote functionality is disabled (i.e. because protobuffer or libcurl is missing) |
2.1.0 | Mar 5, 2013 | New Release | Semantic Changes: · Extended keys are now disabled by default; use HAM_ENABLE_EXTENDED_KEYS to enable them · Creating/Opening an Environment is now mandatory; ham_open/ham_create were removed · ham_new, ham_delete, ham_env_new, ham_env_delete were removed as well and are no longer required Renamed Macros/Functions: · C++ API: renamed the namespace from "ham" to "hamsterdb" · ham_check_integrity -> ham_db_check_integrity · ham_get_error -> ham_db_get_error · ham_set_prefix_compare_func -> ham_db_set_prefix_compare_func · ham_set_compare_func -> ham_db_set_compare_func · ham_find -> ham_db_find · ham_insert -> ham_db_insert · ham_erase -> ham_db_erase · ham_get_key_count -> ham_db_get_key_count · ham_get_parameter -> ham_db_get_parameter · ham_get_env -> ham_db_get_env · ham_close -> ham_db_close · HAM_DB_READ_ONLY -> HAM_WRITE_PROTECTED · HAM_WRITE_THROUGH -> HAM_ENABLE_FSYNC · HAM_PARAM_GET_FLAGS -> HAM_PARAM_FLAGS · HAM_PARAM_GET_FILEMODE -> HAM_PARAM_FILEMODE |