Download List

Descripción del Proyecto

hamsterdb Embedded Storage is an embedded database engine for C/C++, including wrappers for Java, .NET, and Erlang. It supports in-memory databases, very fast database cursors, "record number" databases, ACID transactions, and duplicate keys. hamsterdb is very fast and highly configurable. It compiles and runs on Unix platforms, Linux, Microsoft Windows, and embedded platforms.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-03 04:05
2.0.5

Esta versión corrige algunos errores menores, tiene algunas mejoras de rendimiento y corrige un fallo de segmentación en la API. net. La implementación interna de C++ se ha movido en el espacio de nombres "jamón" para evitar conflictos con otros símbolos. Por favor revise el archivo Léame para próximos cambios en la API en la próxima versión.
This release fixes a few minor bugs, has a few performance improvements, and fixes a segmentation fault in the .NET API. The internal C++ implementation has been moved into namespace “ham” to avoid conflicts with other symbols. Please check the README for upcoming API changes in the next release.

2012-07-24 06:33
2.0.4

Este correcciones de liberación afirma varios temas incluyendo un segmentation fault, algunos fuera de lugar y un problema de corrupción de datos. Se recomienda encarecidamente actualizar. Fuentes y bibliotecas precompiladas para Win32/Win64 están disponibles para descargar.
This release fixes several issues including a segmentation fault, a few misplaced asserts, and a data corruption issue. It is highly recommended to upgrade. Sources and pre-compiled libraries for Win32/Win64 are available for download.

2012-06-26 06:49
2.0.3

Esta versión corrige varios errores y añade soporte para Microsoft Visual Studio 2010. El formato de archivos heredados de hamsterdb 1.0.9 y mayores ya no es compatible. Fuentes y bibliotecas precompiladas para Win32 (x 86 y x 64) están disponibles para descargar.
This release fixes several bugs and adds support for Microsoft's Visual Studio 2010. The legacy file format of hamsterdb 1.0.9 and older is no longer supported. Sources and precompiled libraries for Win32 (x86 and x64) are available for download.

2012-04-28 15:50
2.0.2

Esta versión hace hamsterdb thread-safe. Se corrigió un error en la freelist. Boost es ahora necesario. Fuentes y las bibliotecas de win32/win64 precompiladas están disponibles para su descarga.
This release makes hamsterdb thread-safe. A bug in the freelist was fixed. Boost is now required. Sources and pre-compiled win32/win64 libraries are available for download.

2012-02-20 07:13
2.0.1

Esta versión incorpora algunas características menores como establecer una ruta personalizada para archivos de registro y reactivar la coincidencia aproximada para su uso con las transacciones. Así se corrigieron algunos errores. Fuentes y las bibliotecas de Win32/Win64 precompiladas están disponibles para descargar.
This release adds a few minor features like setting a custom path for log files and re-enabling approximate matching for use with Transactions. A few bugs were fixed as well. Sources and precompiled Win32/Win64 libraries are available for download.

Project Resources