Vista Download

Net Vista download - Hamsterdb Vista download - Best Free Vista Downloads

 



Related Keywords

net downloads
.net downloads
net 1 1 downloads
net 1 0 downloads
net 2 0 downloads
net. downloads
.net 2.0 downloads
net 3 5 downloads
net 3 0 downloads
net 5 downloads
net c vb net delphi net asp net downloads
net library net framework downloads
net core vb net downloads
net pdf net library downloads
net monitor downloads
net equities downloads
.net controls downloads
.net components downloads
net tools downloads
net spy downloads

Top Software Keywords

image downloads
api downloads
pdf downloads
visual studio downloads
library downloads
dll downloads
sdk downloads
control downloads
free downloads
java downloads
net component downloads
programming downloads
net downloads
component downloads
delphi downloads
barcode downloads
windows downloads
asp downloads
dotnet downloads
com downloads
activex downloads
email downloads
html downloads
visual basic 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

ConceptBase.cc
7.5 Build 20130215 download
Open Source

ZylGSM
1.54 download
Shareware

Agena
4.2.2 download
Open Source

GdPicture.NET
SDK

14.2.88.0 download
Trialware

ScriptCryptor
4.4.0.0 download
Shareware

Visual Prolog
9 B902 download
Freeware

ConTEXT Editor
0.98.6 download
Freeware

PyScripter
Portable

4.3.4 download
Open Source

EaseFilter
Encryption
Filter Driver
SDK

5.4.4.3 download
Freeware

Agena Portable
4.2.2 download
Open Source

FlexCell Grid
Control for
ActiveX

1.0.8 download
Shareware

Viscomsoft
Image Viewer
CP Pro SDK

22.0 download
Shareware



VISCOM PDF
Viewer SDK
ActiveX

8.5 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.37 download
Shareware

Install
Package
IronPdf

2022.4.5455 download
Shareware

ReFox XII
12.5 download
Commercial

PlayBasic
Learning
Edition

1.64l download
Freeware

DJ Java
Decompiler

3.12.12.101 download
Shareware

PDF-XChange
PRO SDK

9.0.357.0 download
Shareware

SIP ActiveX
Phone

1.1.2.6 download
Shareware

Turbo C++
3.0 download
Freeware

Ultimate++
605 download
Freeware

 

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: 237 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 net in Components & Libraries downloads for Vista

ScNet 1.0.0 download by GAIA CONSULTING
ScNet is a useful .Net component developed to enable you to build applications for job scheduling. This component has been tested in various development tools (including but not limited to Visual ...
type: Demo ($250.00)
categories: job scheduler, scheduler component, Gantt library, scheduler, schedule, job
View Details Download
ScNet

Spire.PDFViewer 7.12 download by e-iceblue
Spire.PDFViewer, developed by e-iceblue, is a robust and versatile software solution designed to provide seamless PDF viewing capabilities for .NET applications. This powerful tool is engineered to cater to developers seeking ...
View Details Download
Spire.PDFViewer

IronXL 2024.9.0.3 download by Iron
IronXL, developed by Iron, is a robust and versatile software solution designed to simplify and enhance the process of working with Excel files in .NET applications. This powerful library is tailored ...
View Details Download
IronXL screenshot

IronOCR - The C# Library 2024.8.21 download by Iron
IronOCR - The C# Library by Iron is a robust and versatile Optical Character Recognition (OCR) tool designed to seamlessly integrate with .NET applications. This powerful library empowers developers to convert ...
View Details Download
IronOCR - The C# Library screenshot

ImageProperties .NET 1.0 download by Element-IT Software
ImageProperties .NET control reads and writes a comprehensive range of meta data from image files. This includes many EXIF types and image properties like Resolution and Color depth, Author, Title, Comments, ...
View Details Download
ImageProperties .NET screenshot

Dew Lab Studio for Delphi 2024 download by Dew Research
Dew Lab Studio includes MtxVec math library and additional signal analysis (DSP Master) and statistical analysis (Stats Master) add-on packages. Features include: - available as FMX, VCL and .NET Core. - ...
type: Shareware ($1 299.00)
categories: Programming, Math, Numerical Analysis, Library, Statistics, Signal processing, Delphi
View Details Download
Dew Lab Studio for Delphi

InterBase Data Access Components for Delphi 7 4.00 download by Devart
InterBase Data Access Components (IBDAC) is a library of components that provides access to InterBase, Firebird, and Yaffil database servers from Embarcadero RAD Studio XE2 and XE, Embarcadero RAD Studio 2010, ...
View Details Download
InterBase Data Access Components for Delphi 7

Movie Maker Timeline SDK Control 7.5 download by Viscom Software
Video Edit SDK support Drag & Drop clips on timeline for C#, VB.NET, VB6, MS Access, Delphi, C++ Support preview the video frame by frame on the timeline. Make movies in ...
View Details Download
Movie Maker Timeline SDK Control

NOV Gauge for .NET 2022.1 download by Nevron Software
The NOV framework now includes several new widgets implementing linear and radial gauges as well as numeric indicators: Linear Gauge Widget: - Support for horizontal and vertical linear gauges. - Support ...
View Details Download
NOV Gauge for .NET

PDF Viewer 2022.8.7894 download by PDF Viewer Europe
PDF viewer online makes PDFS easy to handle. It adds a much-needed feature to your future project build that can be used and leveraged across a wide audience. End-users needing a ...
type: Shareware ($499.00)
categories: pdf viewer, pdfviewer
View Details Download
PDF Viewer