Vista Download

Strong Vista download - Hamsterdb Vista download - Best Free Vista Downloads

 



Related Keywords

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
strong ground motion downloads

Top Software Keywords

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

 

Downloads RSS

RSS 2.0 feed XML feed XML feed

Top Downloads

C# Print PDF
2023.1.11416 download
Shareware

Add Images in
PDF C#

2023.8.6 download
Shareware

Adobe Flash
Builder

4.7 download
Trialware

PDFOne .NET
Professional
Edition

3.0.96.8 download
Trialware

Visual Leak
Detector

2.5.1 download
Freeware

Nicomsoft OCR
7.0.885 download
Demo

Chrome
PdfRenderer

2022.9.9056 download
Shareware

Macrobject
CHM-2-Word
2007 Converter

2007.13.607.309 download
Shareware

MSI to EXE
Compiler

3.3.0.0 download
Shareware

Pismo Trace
Monitor SDK

23U download
Freeware

PyScripter
4.3.4 download
Open Source

YaDT
3.242 download
Freeware

C# Create PDF
Tutorial for
Developer

2022.5.5596 download
Shareware

GK PCalc
3.0 download
Open Source

PHP Excel
1.8.2 download
Open Source

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.39 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: 244 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 strong in Components & Libraries downloads for Vista

SecureBlackbox .NET 14.0.290 download by EldoS Corporation
... protocols. ZIPBlackbox - compress and decompress data with strong encryption. CloudBlackbox - securely store data in cloud storages. OfficeBlackbox - encrypt or digitally sign Office documents. WebDAVBlackbox - access and ...
View Details Download
SecureBlackbox .NET

Client/Server Comm Lib for C/C++ 7.1 download by MarshallSoft Computing
... Use with the MarshallSoft AES Encryption Library for strong encryption/decryption. - Create chat servers and clients. - Create client/server file transfer programs. - Create client programs to talk to TCP ...
View Details Download
Client/Server Comm Lib for C/C++

Shell MegaPack ActiveX 2012 download by LogicNP Software
Shell MegaPack ActiveX brings drop-in Windows Explorer shell browsing functionality to your application. Consisting of a folder tree control, a file/folder list control and a drive-selection control, it mimics every Windows ...
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 ... a single operation - Creates encrypted archives using strong encryption algorithms - Creates self-extracting (SFX) archives - ...
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
... Archive splitting and multiple disk spanning support - Strong AES encryption with 128, 192 and 256 bit keys, compatible with WinZIP ...
type: Shareware ($69.00)
categories: Zip component, ZIP Delphi, Delphi Zip, Delphi ZIP component, ZIP component
View Details Download
Delphi ZIP Component ZipForge

MindFusion.Charting for WinForms 4.0.1 download by MindFusion LLC
... · Redistribution is royalty free; · Assembly is strong-named; · Is digitally signed; · Can be purchased with source code; · Is written in C#; Line/Area charts · No limits ...
View Details Download
MindFusion.Charting for WinForms

Client/Server Comm Lib for Delphi 7.1 download by MarshallSoft Computing
... Use with the MarshallSoft AES Encryption Library for strong encryption/decryption. - Create chat servers and clients. - Create client/server file transfer programs. - Create client programs to talk to TCP ...
View Details Download
Client/Server Comm Lib for Delphi

Macrobject OQL.NET Object Query Language 2008.7.10.1111 download by Macrobject Software
OQL.NET is a strong-typed database object query language. The difference between OQL.NET ... by step. OQL.NET is a complete object-oriented and strong-typed database query language. The query statements you write will ...
type: Shareware ($199.00)
categories: OQL, Object Query Language, Strong-Typed Query
View Details Download
Macrobject OQL.NET Object Query Language

CryptoSharp Security Library 1.3 download by 9Rays.Net
... and compression algorithms, secure hash functions and cryptographically strong random number generators are included in the library. Enable strong data protection in your new and existing projects. ... migrate your projects from unsecured data storage to strong cryptographic protection. Wiping out temporary files and confidential ...
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
... optimizes the speed of the archive modification - Strong AES Encryption support - Unicode filenames support - NTFS timestamps support - Real-time streaming support - Progress indication - Zip64 support ...
View Details Download
.NET Zip Component ZipForge.NET