Vista Download

Features strong Vista download - Hamsterdb Vista download - Best Free Vista Downloads

 



Related Keywords

features strong downloads
strong downloads
strong encryption downloads
strong password downloads
strong disk encryption downloads
strong typed query downloads
strong bad downloads
strong dc downloads
strong dc++ downloads
strong security is two fold downloads
strong file encryption and downloads
strong authentication downloads
strong firewall downloads
strong dc 2.1 downloads
strong dc 2 1 downloads
strong abdominal muscles downloads
strong e books support downloads
strong exe protection downloads
strong passwords downloads
strong protection downloads

Top Software Keywords

api downloads
visual studio downloads
library downloads
free downloads
dll downloads
net downloads
control downloads
windows downloads
pdf downloads
image downloads
sdk downloads
delphi downloads
component downloads
net component downloads
java downloads
programming downloads
asp downloads
email downloads
visual basic downloads
html downloads
barcode downloads
com downloads
activex downloads
dotnet downloads
database downloads
ocx downloads
vista basic downloads
vb net downloads
internet downloads
codabar downloads

 

Downloads RSS

RSS 2.0 feed XML feed XML feed

Top Downloads

DVD Ripper SDK
ActiveX

5.0 download
Shareware

Edraw Office
Viewer
Component

8.0.0.733 download
Shareware

Oxetta Report
Generator

1.4 download
Freeware

Auto C
3.7.70 download
Freeware

SecureBlackbox
C++

14.0.288 download
Shareware

KnownColorList
er

1.0 download
Freeware

EaseClouds
Connect

1.1.1.15 download
Shareware

Pawn
4.0.5588 download
Freeware

EuPortable
0.3 download
Open Source

Which
1.6 download
Freeware

SMImport suite
for
Delphi/CBuilde
r

2.94 download
Shareware

SecureBlackbox
.NET

14.0.290 download
Shareware

MindFusion.Cha
rting for
WinForms

4.0.1 download
Commercial

Virtual
Keyboard for
WPF

4.4 download
Commercial

PDFtext
4.0.0.0 download
Shareware

Top Rated

SuperEdi
4.3.2 download
Freeware

SimplexNumeric
a

25.4.2.1 download
Freeware

AlphaControls
2020

15.21 download
Shareware

IntelliProtect
or

2.24 download
Freeware

SetupBuilder
10.0.6531 download
Shareware

CyberInstaller
Suite

2022 download
Freeware

GSA Auto
SoftSubmit

8.41 download
Shareware

Install
Package
IronPdf

2022.4.5455 download
Shareware

ReFox XII
12.5 download
Commercial

DJ Java
Decompiler

3.12.12.101 download
Shareware

PlayBasic
Learning
Edition

1.64l download
Freeware

SIP ActiveX
Phone

1.1.2.6 download
Shareware

Turbo C++
3.0 download
Freeware

Ultimate++
605 download
Freeware

PHP Gz Forum
Scripts

1.1 download
Commercial

 

Navigation: Home \ Development \ Components & Libraries \ Hamsterdb

Hamsterdb

 2.2.1   by Christoph Rupp

Vista Compatible
Software Description:
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. ...
type: Open Source
categories: mapped memory, operation map, embeddable database, memory, map, operation
Download Hamsterdb


Add to Download Basket


Report virus or spyware
Hamsterdb screenshot
[ Zoom screenshot ]
Vote:
Voted: 0 times
Downloaded: 258 times
Software Info
Best Vista Download periodically updates pricing and software information of Hamsterdb full version from the publisher, but some information may be out-of-date. You should confirm all information.
Software piracy is theft, using crack, warez passwords, patches, serial numbers, registration codes, key generator, keymaker or keygen for Hamsterdb license key is illegal and prevent future development of Hamsterdb. Download links are directly from our mirrors or publisher's website, Hamsterdb torrent files or shared files from rapidshare, yousendit or megaupload are not allowed!
Released: June 02, 2017
Filesize: 2.00 MB
Platform: Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Windows 8, Windows 8 x64, Windows 10, Windows 10 x64
Install Instal And Uninstall
Add Your Review or Windows Vista Compatibility Report
Your Name:
Software Version:
Rating:
Comment:
Security Code:

Hamsterdb

- Releases History
Software: Hamsterdb 2.2.1
Date Released: Jun 2, 2017
Status: New Release
Release Notes: 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)
Software: Hamsterdb 2.1.1
Date Released: Jul 3, 2013
Status: New Release
Release Notes: · 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)
Software: Hamsterdb 2.1.0
Date Released: Mar 5, 2013
Status: New Release
Release Notes: 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


Most popular features strong in Components & Libraries downloads for Vista

Client/Server Comm Lib for C/C++ 7.1 download by MarshallSoft Computing
C/C++ TCP and UDP socket library client/server component. Features of the library include: - Use to create ... Use with the MarshallSoft AES Encryption Library for strong encryption/decryption. - Create chat servers and clients. - ...
View Details Download
Client/Server Comm Lib for C/C++

Shell MegaPack ActiveX 2012 download by LogicNP Software
... it miles ahead of Windows Explorer by adding features like item filtering, item checkboxes, custom items, custom ... icons, overlay icons and infotips. . Features FolderView Control Windows Explorer Like Folder Browser ...
type: Trialware ($299.00)
categories: activex component, shell object, filter control, activex, component, customize
View Details Download
Shell MegaPack ActiveX screenshot

FlexCompress 6.30 download by ComponentAce LTD
... your applications. This solution provides flexible compression and strong encryption algorithms that allows you to integrate archiving or backup features into your programs in a fast and easy ... data integrity like a reliable database system. Key features: - Creates archive files of custom format having ...
type: Shareware ($99.00)
categories: Delphi, C++ Builder, compression, encryption, stream
View Details Download
FlexCompress

Delphi ZIP Component ZipForge 6.30 download by ComponentAce LTD
... in Delphi. It doesn't require any DLLs. ZipForge features include SFX archives support, repair, encryption, unicode filenames ... data integrity like a reliable database system. Key features: - Creates archive files in wide known ZIP ...
type: Shareware ($69.00)
categories: Zip component, ZIP Delphi, Delphi Zip, Delphi ZIP component, ZIP component
View Details Download
Delphi ZIP Component ZipForge

Client/Server Comm Lib for Delphi 7.1 download by MarshallSoft Computing
Delphi TCP and UDP socket library client/server component. Features of the library include: - Supports all versions ... Use with the MarshallSoft AES Encryption Library for strong encryption/decryption. - Create chat servers and clients. - ...
View Details Download
Client/Server Comm Lib for Delphi

CryptoSharp Security Library 1.3 download by 9Rays.Net
... selection of readily available components to implement security features in your .NET applications quickly and efficiently. CryptoSharp ... and compression algorithms, secure hash functions and cryptographically strong random number generators are included in the library. ...
type: Demo ($395.95)
categories: encryption, security, library, .NET, development
View Details Download
CryptoSharp Security Library screenshot

.NET Zip Component ZipForge.NET 3.00 download by ComponentAce LTD
... integrity just like reliable database systems. ZipForge.NET Key features: - Creates archive files in wide known ZIP ... optimizes the speed of the archive modification - Strong AES Encryption support - Unicode filenames support - ...
View Details Download
.NET Zip Component ZipForge.NET

ComponentAce Barcode .NET 1.00 download by ComponentAce LTD
... capabilities to your .NET applications. ComponentAce Barcode .NET features: Barcoding Automatic checksum calculation for all supported symbologies ... in C# Error handling exclusively through .NET exceptions Strong named assembly Design-time support Includes WinForms control to ...
type: Shareware ($199.00)
categories: Barcode, .NET, Barcode .NET, Codabar, Code 39, 2 of 5, Code 128, EAN, EAN 13, EAN 8, Plessey
View Details Download
ComponentAce Barcode .NET

SeriousBit Ellipter 1.8.6 download by SeriousBit
... Elliptic Curves Asymmetric Cryptography. Using a new and strong security technology we provide software developers and publishers ... thousands of keys in just two clicks. Ellipter's Features: - Strong Encryption - SEL uses an asymmetric ...
type: Shareware ($249.95)
categories: Product key, serial, licensing, elliptic, cryptorgaphy
View Details Download
SeriousBit Ellipter

Client/Server Comm Lib for Visual Basic 7.1 download by MarshallSoft Computing
... Basic TCP and UDP socket library client/server component. Features of the library include: - Use to create ... Use with the MarshallSoft AES Encryption Library for strong encryption/decryption. - Create chat servers and clients. - ...
View Details Download
Client/Server Comm Lib for Visual Basic