[exim-dev] [Bug 1856] New: New lookup: lmdb

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1856] New: New lookup: lmdb
https://bugs.exim.org/show_bug.cgi?id=1856

            Bug ID: 1856
           Summary: New lookup: lmdb
           Product: Exim
           Version: N/A
          Hardware: All
                OS: All
            Status: NEW
          Severity: wishlist
          Priority: medium
         Component: Lookups
          Assignee: nigel@???
          Reporter: andrew@???
                CC: exim-dev@???


Created attachment 909
--> https://bugs.exim.org/attachment.cgi?id=909&action=edit
Adds LMDB lookup

Hi

The attached patch adds single key lookups using LMDB[1] It only supports the
reading of key, values not the writing of key, values. It operates similar to
the CDB lookup module, reading key values from an existing file.

It makes use of the LMDB C library which is part of OpenLDAP but available as a
standalone library[2] as well.

If you could please review, i am open to suggestions and fixes.

[1] https://symas.com/products/lightning-memory-mapped-database/
[2] https://github.com/LMDB/lmdb

Thanks,

--
You are receiving this mail because:
You are on the CC list for the bug.