mastodon.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
A newer server operated by the Mastodon gGmbH non-profit

Server stats:

10K
active users

#lmdb

9 posts4 participants0 posts today
Howard Chu @ Symas<p>Pro-tip: answers I wrote about <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a> on monero.stackexchange.com are specific to LMDB in the <a href="https://mastodon.social/tags/monero" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>monero</span></a> codebase. They are not applicable anywhere else.</p><p><a href="https://www.threads.net/@shbekti/post/DInw_GguYja" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">threads.net/@shbekti/post/DInw</span><span class="invisible">_GguYja</span></a></p><p>In particular, while 32- and 64-bit builds of Monero use a fully compatible DB format, that isn't true by default for LMDB.</p><p>LMDB was not written to be a generic system library, and people using it as such (cough redhat cough) are morons. It's intended to be built into specific applications, with build flags set as needed.</p>
Howard Chu @ Symas<p>For cloudsmith, <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a> is the only key/value store <a href="https://cloudsmith.com/navigator/search?q=keywords%3A+key-value+store&amp;registry=all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cloudsmith.com/navigator/searc</span><span class="invisible">h?q=keywords%3A+key-value+store&amp;registry=all</span></a></p>
Howard Chu @ Symas<p>Spam filtering for evolution, with <a href="https://mastodon.social/tags/lmdb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lmdb</span></a> <br><a href="https://archlinux.org/packages/extra/x86_64/evolution-bogofilter/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">archlinux.org/packages/extra/x</span><span class="invisible">86_64/evolution-bogofilter/</span></a></p>
Howard Chu @ Symas<p>Mainsail EVM - switched from their homegrown <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a> integration layer to using LMDB via heed (from meilisearch).<br><a href="https://arkscic.com/blog/mainsail-evm-development-highlights-whats-coming" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">arkscic.com/blog/mainsail-evm-</span><span class="invisible">development-highlights-whats-coming</span></a></p>
Howard Chu @ Symas<p>Torn Write Detection and Protection<br>with references to <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a> </p><p><a href="https://transactional.blog/blog/2025-torn-writes" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">transactional.blog/blog/2025-t</span><span class="invisible">orn-writes</span></a></p><p>LMDB is immune by design; the essential write that marks a txn as committed is only 120 bytes long. Guaranteed to be atomic even on ancient HDDs with 512 byte sectors.</p>
Howard Chu @ Symas<p>Low-Level Memory Management in Scalable Distributed Architectures:<br>Approaches to Improving Reliability and Performance of Digital<br>Services<br>Terletska Khrystyna </p><p> Lviv Polytechnic National University, 79013, Ukraine, Lviv</p><p>The study includes<br>practical examples from <a href="https://mastodon.social/tags/RocksDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RocksDB</span></a> and <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a><br><a href="https://ijrpr.com/uploads/V6ISSUE4/IJRPR42112.pdf" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ijrpr.com/uploads/V6ISSUE4/IJR</span><span class="invisible">PR42112.pdf</span></a></p>
Howard Chu @ Symas<p>Looks like a Chinese blog post about reDB. Their benchmark shows nothing else touches <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a>'s read performance. <a href="https://learnblockchain.cn/article/14194" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">learnblockchain.cn/article/141</span><span class="invisible">94</span></a></p>
Howard Chu @ Symas<p>Meta Open Materials 2024 (OMat24) Dataset</p><p>"The OMat24 dataset contains a mix of single point calculations of non-equilibrium structures and structural relaxations. The dataset contains structures labeled with total energy (eV), forces (eV/A) and stress (eV/A^3). The dataset is provided in ASE DB compatible <a href="https://mastodon.social/tags/lmdb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lmdb</span></a> files."</p><p><a href="https://huggingface.co/datasets/facebook/OMAT24" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">huggingface.co/datasets/facebo</span><span class="invisible">ok/OMAT24</span></a></p><p>Note - distributing reference data in LMDB files isn't really recommended, since LMDB files are byte order- and wordsize-dependent.</p>
Howard Chu @ Symas<p>HelixDB is a graph-oriented DBMS designed for nearest-neighbor searches over vectors, written in <a href="https://mastodon.social/tags/rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rust</span></a>. It uses <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a> as its underlying storage engine.</p><p><a href="https://dbdb.io/db/helixdb" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">dbdb.io/db/helixdb</span><span class="invisible"></span></a></p>
Howard Chu @ Symas<p>Siaqodb<br>Abandoned Project Failed Company NoSQL</p><p>Siaqodb is a NoSQL embedded document-oriented DBMS designed for .NET environments, built on <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a></p><p>History</p><p>The project was originally closed-source and proprietary. In 2021, the source code was released to GitHub and the company backing its development ceased operations.</p><p><a href="https://dbdb.io/db/siaqodb" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">dbdb.io/db/siaqodb</span><span class="invisible"></span></a></p>
Howard Chu @ Symas<p>"Popular" github repos for AI projects using <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a> <br><a href="https://www.aibase.com/repos/topic/lmdb" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">aibase.com/repos/topic/lmdb</span><span class="invisible"></span></a></p>
Howard Chu @ Symas<p>dpBento, a unified benchmark suite for measuring data processing tasks centered on DPUs, built with <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a> <a href="https://arxiv.org/html/2504.05536v1" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">arxiv.org/html/2504.05536v1</span><span class="invisible"></span></a></p><p>DPUs are programmable network interface cards (NICs) or SmartNICs that allow for data-path customizations and optimizations based on System-on-a-Chip (SoC) architectures. The target data-path operations include packet processing and disaggregated storage protocols in data center networks.</p>
Howard Chu @ Symas<p>Best way to store ~30 lists each with 2 values?</p><p>"<a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a> smokes everything out there" - this guy gets it. <a href="https://www.reddit.com/r/csharp/comments/1jrnogt/comment/mlho3v6/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">reddit.com/r/csharp/comments/1</span><span class="invisible">jrnogt/comment/mlho3v6/</span></a></p>
Howard Chu @ Symas<p>ROSA Dynamic Directory 4.0 adopts <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a>, gets 10x performance improvement <a href="https://bytemag.ru/novaya-versiya-sluzhby-katalogov-rosa-36704/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">bytemag.ru/novaya-versiya-sluz</span><span class="invisible">hby-katalogov-rosa-36704/</span></a></p>
Howard Chu @ Symas<p>An <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a> storage adapter for <a href="https://mastodon.social/tags/OpenMLS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenMLS</span></a>, the <a href="https://mastodon.social/tags/rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rust</span></a> implementation of Messaging Layer Security<br><a href="https://github.com/parres-hq/openmls-lmdb-storage" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/parres-hq/openmls-l</span><span class="invisible">mdb-storage</span></a></p>
Howard Chu @ Symas<p><a href="https://mastodon.social/tags/Kotlin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kotlin</span></a> wrapper for <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a> <a href="https://github.com/crowded-libs/kotlin-lmdb" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/crowded-libs/kotlin</span><span class="invisible">-lmdb</span></a></p>
Howard Chu @ Symas<p>Ah, finally, someone has made a docker image of <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a>.</p>
Howard Chu @ Symas<p>"We created a new LMDB using relaxed structures from publicly available trajectory files, and then sampled the training set from it."</p><p>ML folks now use <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a> as a generic noun. We've been Kleenexed. <a href="https://github.com/hoon-ock/multi-view/blob/main/data/README.md" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/hoon-ock/multi-view</span><span class="invisible">/blob/main/data/README.md</span></a></p>
Howard Chu @ Symas<p>"Ever-lmdb-sdk is a powerful library that allows secure data storage and retrieval in <a href="https://mastodon.social/tags/Evernode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Evernode</span></a> smart contracts using <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a>." <a href="https://ever-lmdb-client.vercel.app/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">ever-lmdb-client.vercel.app/</span><span class="invisible"></span></a></p>
Howard Chu @ Symas<p><a href="https://mastodon.social/tags/Dart" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Dart</span></a> wrapper for <a href="https://mastodon.social/tags/LMDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LMDB</span></a> <a href="https://pub.dev/packages/dart_lmdb2" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">pub.dev/packages/dart_lmdb2</span><span class="invisible"></span></a></p>