[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[LMDB] New product using LMDB
- To: Technical OpenLDAP <openldap-technical@openldap.org>
- Subject: [LMDB] New product using LMDB
- From: Christian Sell <christian@gsvitec.com>
- Date: Sat, 21 May 2016 12:17:48 +0200 (CEST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1463825868; l=590; s=domk; d=gsvitec.com; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Subject:To: Reply-To:From:Date; bh=Iv8DsHUyHpae2vswZNdsJoc0Ql93hMPwkyutbaUkZnU=; b=cadoUMnM/c2BRSVXm+19QJFeBCrFtCfhF+1FDVDBUovCk6SrQDe9th19j8rDDqHd+qj 4drhW8hAYXOmLAsJXYL/blKPE5NgMrxiePP6yRf/i4DUOulm+c0xS2ltPtTRedGXnwEKI jW6u/w3GA6pEHsdyCHbcGMXJeuTzGUTevAQ=
- Importance: Medium
Hello all,
I would like to introduce another product/tool that is based on LMDB and might
be useful to some. Enter "LightningObjects", the High Performance embedded C++
Object Storage solution. LO is a template based mapping layer that turns LMDB
(or any other key/value store that can be adapted to the internal abstract
storage API) into a transactional C++ object store. Code is available at
https://github.com/gsvitec/lightning-objects. Currently in alpha state, but used
in a large commercial project already. I look forward to anyone's comments.
regards,
Christian Sell