Vista Download

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

 



Related Keywords

file page downloads
page file downloads
file properties changer creation date last access date last modification date file attributes file name extension downloads
page downloads
page ranges downloads
page generator downloads
page maker downloads
page count downloads
page counter downloads
page rank downloads
page protection downloads
page view downloads
page brand generator downloads
page hijackers downloads
page editing downloads
page numbers downloads
page extraction downloads
page numbering downloads
page spell check downloads
page rank checker 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 page in Components & Libraries downloads for Vista

VintaSoftImaging.NET Library 12.4.6.1 download by VintaSoft Ltd.
... save digital images, convert them to different image file formats, possess enhanced work with multipage TIFF files. VintaSoftImaging.NET can be used as standalone SDK ... working in .NET Framework. · Load image from file or stream · Load multipage TIFF image, animated ...
type: Demo ($199.95)
categories: .NET Library .NET Framework, Load Image, .NET, Library, Framework
View Details Download
VintaSoftImaging.NET Library

Explore Azure OCR 2021.9.0 download by Mehr Muhammed & Explore Azure OCR Team
... scan to a searchable PDF document or XHTML file. Explore Azure OCR solves the problem of leaking ... having to manually scan and verify every single page. Pick up your copy of Explore Azure OCR ...
View Details Download
Explore Azure OCR

Dynamic Web TWAIN 18.4.2 download by Dynamsoft
... 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

DocuVieware Lite 3.0.45 download by ORPALIS
... Lite imaging capabilities include support of more than file formats. - Supported compression schemes: JPEG, JPEG2000, JBIG2 ... formats DocuVieware Lite provides document navigation, zooming and page rotation as well as text selection features. The ...
View Details Download
DocuVieware Lite

Tesseract OCR Windows 2022.12.10830 download by Tesseract OCR Windows Corporation Group
... works with multi-page TIFFs and other popular image file formats. The tool has built-in auto-correction for distorted images and clean-up noise, giving you a far more readable outcome. You can ...
type: Shareware ($749.00)
categories: tesseract ocr windows, tesseract ocr
View Details Download
Tesseract OCR Windows

Viscomsoft TWAIN SDK ActiveX 12.0 download by Viscom Software
Has ability to scan multiple pages using a scanner with feeder, automate save to multipage PDF or TIFF when last page scanned. Capture images from all the TWAIN compliant ... images to Microsoft Word ( docx ). scan pages from the auto feeder scanner and saving the ...
View Details Download
Viscomsoft TWAIN SDK ActiveX

Audio Capture Pro ActiveX Control 2.0 download by Viscom Software
... parameter. * Capture audio to Wave, WMA, MP3 file format. * Capture audio from selected audio input ... * Include VB , VC , Delphi, Web Page Sample source code. * Royalty free distribution of ...
type: Trialware ($170.00)
categories: capture audio, ActiveX control, audio recorder, capture, ActiveX, grabber
View Details Download
Audio Capture Pro ActiveX Control

PDF-Tools SDK 6.0.318.0 download by Tracker Software Products Ltd
... needs to View, create and manipulate Adobe PDF files our extensive 32/64 bit Windows Libraries. Comprehensive Doc's and Examples. Creates impressively small files from a multitude of input sources, Text, Objects ...
View Details Download
PDF-Tools SDK


PDFsharp 1.50 download by empira Software GmbH
PDFsharp is a .NET library for processing PDF file. You create PDF pages using drawing routines known from GDI+. Almost anything ... basic text layout is supported by PDFsharp, and page breaks are not created automatically. The same drawing ...
View Details Download
PDFsharp

Win32 Image Components SDK 3.1.4.0 download by Image Components
... to read and edit the most common image file types, and convert between them. Image fit to ... and Zoom -. Inserting, appending, deleting or moving pages. Cropping by selection or auto cropping, resizing, undo, ...
type: Freeware
categories: Image, TIFF, TIF, JPG, BMP, PDF, Thumbnails, Scanner, Scanning, Twain, OCR, Annotations
View Details Download
Win32 Image Components SDK