home.social

#leveldb — Public Fediverse posts

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

  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. Một lập trình viên vừa phát triển DataStore4J, một key-value datastore hiệu năng cao viết hoàn toàn bằng Java, lấy cảm hứng từ LevelDB của Google. Hiệu suất tương đương LevelDB. Dự án này giúp học hỏi về internals của database, concurrency của Java, JMH để benchmark và Jimfs để test.

    #java #database #datastore #leveldb #lập_trình #cơ_sở_dữ_liệu

    reddit.com/r/programming/comme

  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. 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!

  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. 📊

    #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!

  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. 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!

  8. 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!

  9. 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

  10. 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

  11. 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

  12. 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

  13. 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

  14. 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