Vista Download

File size Vista download - Hamsterdb Vista download - Best Free Vista Downloads

 



Related Keywords

file size downloads
file size do downloads
file size compare downloads
file size table downloads
file size matrix downloads
file size chart downloads
file size monitor downloads
file size change downloads
file size getter downloads
file size tracker downloads
file size track list downloads
file size compressor downloads
file size optimization downloads
file size viewer downloads
file size reduction downloads
reduce image file size downloads
reduce mp3 file size downloads
reduce file size downloads
internet file size downloads
pdf file size reduction downloads

Top Software Keywords

api downloads
visual studio downloads
free downloads
library 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
com downloads
barcode 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

epuBear
1.5.2 download
Demo

Professional
Setup Maker

2.0.1.5 download
Shareware

PilotEdit Pro
x64

19.8.0 download
Shareware

GdPicture.NET
SDK

14.3.7 download
Trialware

Software Ideas
Modeler

14.92 download
Freeware

QuickBuild
15.0.10 download
Shareware

Syncro SVN
Client

10.1 B2015040812 download
Trialware

Active Sound
Editor

8.0 download
Shareware

VintaSoftImagi
ng.NET Library

12.4.6.1 download
Demo

TCP
Server-Client
Library

1.0.40.80 download
Shareware

COM Port
Stress Test

1.4.5.303 download
Freeware

csXImage
5.0 download
Shareware

Oxetta Report
Generator

1.4 download
Freeware

C# ZIP Archive
2024.2.1 download
Shareware

Wing IDE
Professional

10.0.4.0 download
Trialware

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: 257 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 file size in Components & Libraries downloads for Vista

VideoCap Pro SDK ActiveX 17.0 download by Viscom Software
... dvd player to AVI or WMV 9, WMV8 file format. * Rotate, Invert the video. * Draw ... bitmap on live video or save to video file. User define transparent color, alpha value. * Preview ...
type: Demo ($170.00)
categories: video capture, capture from tv tuner, tuner preview, capture, ActiveX, webcam
View Details Download
VideoCap Pro SDK ActiveX

Form Designer .NET 2.80 download by Greatis Software
... the downloaded archive and run the appropriate MSI file. The installer will copy the files into the "Program filesGreatisFD.Net" folder. To use the installed Designer component ... Press the "Browse" button 4. Browse for "Program FilesGreatisFD.Net" folder and select Greatis.FormDesigner.dll file 5. Press the ...
type: Demo ($402.00)
categories: move, size, edit, control, run-time, runtime, form, editor, form designer, .net form, manage controls, .net
View Details Download
Form Designer .NET

SmartFTP FTP Library 4.0.663.0 download by SmartSoft Ltd.
The SmartFTP FTP Library ActiveX component (COM) provides file transfer functionality using the FTP and SFTP protocol. ... a wide range of features, reliable and secure file transfers (SSH and TLS). The component takes advantage ...
type: Trialware ($699.00)
categories: FTP library, remove directory, secure transfer, FTP, library, remove
View Details Download
SmartFTP FTP Library

Dynamic Web TWAIN 18.4.2 download by Dynamsoft
... with built-in JPEG, PNG, PDF, TIFF codec, the size of the CAB file is only 161K · Fast: the core engine ... multi-page TIFF and PDF upload without any local file operation · Marked safe for initializing and scripting ...
type: Trialware ($299.00)
categories: ActiveX control, acquire image, web application, scanner, TWAIN, acquire
View Details Download
Dynamic Web TWAIN

FlexCompress 6.30 download by ComponentAce LTD
... a rapid and simple way of updating archive files providing data integrity like a reliable database system. Key features: - Creates archive files of custom format having better compression rate than ...
type: Shareware ($99.00)
categories: Delphi, C++ Builder, compression, encryption, stream
View Details Download
FlexCompress

Viscomsoft TWAIN SDK ActiveX 12.0 download by Viscom Software
... PDF-417. Automatic barcode type detection Support load images file (BMP, JPG, GIF, PNG, Multi-page TIFF and PDF. ... when save call OCR2SearchableMultipagePDF method save to PDF/A file . It can output small file size of ...
View Details Download
Viscomsoft TWAIN SDK ActiveX

PDF-Writer.NET 6.5.0.0 download by dbAutoTrack Ltd.
... PDF. PDF-Writer.NET hides the complex structure of PDF files behind a simple object model that allows creation of complex PDF files with few lines of codes. We have designed ... Split, Fill Forms, Encryption, Digitial Sign, standard PDF file ->Easy to use PDF Graphics class (similar to ...
View Details Download
PDF-Writer.NET

Free Spire.PDF for .NET 2.9.37 download by e-iceblue
... party software/library installed on system. High Quality PDF File Conversion Free Spire.PDF for .NET supports converting HTML, ... custom metadata, document properties, page orientation, and page size. Wherein, document properties consist of document restrictions (printing, ...
View Details Download
Free Spire.PDF for .NET

.Net Video Capture SDK 2.03 download by Viscom Software
... Base, Main, High profile when capture to MP4 file. Capture Video/Audio from Web Cam, Capture Card. Support ... sample rate when capture to MP4 or WMV file. Support add unlimited overlay text, custom define text ...
View Details Download
.Net Video Capture SDK

Azure OCR Support for Arabic and Hindi 2.2 download by Azure OCR Hindi Team
... support OCR of almost any PDF or Image file can be done Full.Net Core Standard, FrameWork and ... searchable PDF documents Multithreading support Nuget and OcrData files can manage 125 languages around the world Extract ...
View Details Download
Azure OCR Support for Arabic and Hindi