home.social

#leveldb — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #leveldb, aggregated by home.social.

fetched live
  1. The paper came to my attention for a reference to #LMDB, but it only references my 2011 microbenchmark as a comparison between #LevelDB and #SQLite.

    26. LevelDB Benchmarks. Available online: lmdb.tech/bench/microbench/ben (accessed on. 30 September 2020)

    The paper notes that most web browsers used SQLite to implement the IndexedDB spec, while Google Chrome uses their LevelDB instead.

    Since then, Mozilla adopted LMDB in Firefox more recently.

  2. The paper came to my attention for a reference to #LMDB, but it only references my 2011 microbenchmark as a comparison between #LevelDB and #SQLite.

    26. LevelDB Benchmarks. Available online: lmdb.tech/bench/microbench/ben (accessed on. 30 September 2020)

    The paper notes that most web browsers used SQLite to implement the IndexedDB spec, while Google Chrome uses their LevelDB instead.

    Since then, Mozilla adopted LMDB in Firefox more recently.

  3. Text UI for exploring #LMDB contents
    github.com/nibzard/lmdb-tui

    Written in #rustlang

    And, new to me - I didn't realize Bitcoin had finally switched from #LevelDB to LMDB. Last I heard they were against adopting LMDB...

  4. Text UI for exploring #LMDB contents
    github.com/nibzard/lmdb-tui

    Written in #rustlang

    And, new to me - I didn't realize Bitcoin had finally switched from #LevelDB to LMDB. Last I heard they were against adopting LMDB...

  5. youtu.be/bxBhVDdizl8?si=P0eHKW
    Exploring the world of embeddable databases for AI-powered apps and personal knowledge graphs! Discover the best options for portable and efficient data storage. 📊

    Check out the full details on how these databases can transform your app's data management!

  6. youtu.be/bxBhVDdizl8?si=P0eHKW
    Exploring the world of embeddable databases for AI-powered apps and personal knowledge graphs! Discover the best options for portable and efficient data storage. 📊

    #LevelDB #SQLite #LibSQL #Firebird #DuckDB #PGLite #CozoDB #RealDB #DataStorage #EmbeddedDatabases #AI #KnowledgeGraphs

    Check out the full details on how these databases can transform your app's data management!

  7. Leveled is not a distributed key value store, but a backend for one (it is developed as a backend for Riak). In other words, if you want a *distributed* key value store, you need to integrate Leveled into your store implementation (as with LevelDB).
    I did this today as an experiment with rclref, the example KV application coming with the Riak-Core-Lite project.
    #Erlang #Riak #Leveled #LevelDB

  8. Leveled is not a distributed key value store, but a backend for one (it is developed as a backend for Riak). In other words, if you want a *distributed* key value store, you need to integrate Leveled into your store implementation (as with LevelDB).
    I did this today as an experiment with rclref, the example KV application coming with the Riak-Core-Lite project.
    #Erlang #Riak #Leveled #LevelDB

  9. Has anyone successfully parsed meaningful data from the `Sync Data` folder within a Google #Chrome Profile? It's a #LevelDB directory.

    I can see the data I'm interested using `strings`, but haven't coaxed the same strings to appear using `plyvel` or `leveldb-cli`, which means I'm holding it wrong.

    #chrome #forensics #ir

  10. Has anyone successfully parsed meaningful data from the `Sync Data` folder within a Google #Chrome Profile? It's a #LevelDB directory.

    I can see the data I'm interested using `strings`, but haven't coaxed the same strings to appear using `plyvel` or `leveldb-cli`, which means I'm holding it wrong.

    #chrome #forensics #ir