Recent Changes: lkcl

Date System Edited By Comments
July 17, 2021, 6:53 p.m. LMDB LMDB lkcl mention shmem with copy-on-write
May 29, 2021, 11:21 p.m. LMDB LMDB lkcl update supported languages from wrappers listed on https://symas.com/lmdb/technical/#wrappers
May 29, 2021, 11:03 p.m. LMDB LMDB lkcl selecting intra and inter parallel execution due to both threads and processes permitted.
May 26, 2021, 9:34 a.m. LMDB LMDB lkcl citations for parallelism scaling thanks to howard chu. https://twitter.com/hyc_symas/status/1397535546260480006
May 26, 2021, 8:23 a.m. LMDB LMDB lkcl add section "Parallel execution" which was previously missing, mostly being in the main description. wikipedia is missing a citation for the parallelism, TODO.
May 26, 2021, 8:16 a.m. LMDB LMDB lkcl clarification of logging which is inherently not needed by design and would slow things down. citations added
May 25, 2021, 12:54 p.m. LMDB LMDB lkcl correction from howard chu, disk usage is obviously impacted if there are more transactions. https://twitter.com/hyc_symas/status/1397214167027814409
May 25, 2021, 11:23 a.m. LMDB LMDB lkcl clarify main section, it incorrectly said that there's only two transactions possible. multiple readers are permitted alongside only one writer.
May 25, 2021, 11:18 a.m. LMDB LMDB lkcl section on indexes was incorrect: CoW semantics mean that readers never block writers.