majidazimi

↗ HN profile [ 84.5 ms ] full profile
Karma
700
Created
August 7, 2013 (12y ago)
Submissions
0
  1. I was skimming through conference papers like ATC, OSDI, ... and there are many papers to build databases on top of NVM. Unfortunately I'm failing to find a useful resource to learn the structure of NVM (in particular…

  2. Every now and then I see core teams of open source softwares who are struggling to develop their software in a sustainable manner. The question that surprises me is: what is wrong with 1$ subscription license per…

  3. I'm mostly against platform dependent middle-ware for distributed systems. Examples are: Akka cluster, NodeJS cluster module, etc. It makes incremental/experimental migration/development much more difficult and…

  4. I want to focus on database storage layer such as different data structures, concurrency techniques, file layouts, ... I really need some concurrent examples on these topics. Since many books says use B-tree for…

  5. zUID: Unique ID generator service (majidazimi.github.io)
  6. This project aims to be a complete implementation of a Java7/NIO.2 File System Provider backed by GlusterFS via libgfapi-jni

  7. GridGain 6.0 is hands down the Most Advanced Open Source In-Memory Computing Platform generally available today.

  8. ActorDB (actordb.com)

    A distributed SQL database with the scalability of a KV store.

  9. zlog is a reliable, high-performance, thread safe, flexible, clear-model, pure C logging library.

  10. The story begins with a simple idea: create a developer friendly, simple and lightweight inter-thread communication framework without using any locks, synchronizers, semaphores, waits, notifies; and no queues, messages,…

  11. ArangoDB (arangodb.org)

    An open-source database with a flexible data model for documents, graphs, and key-values. Build high performance applications using a convenient sql-like query language or JavaScript extensions.

  12. Infinisql (infinisql.org)

    InfiniSQL is the database for always on, rapid growth applications that need to collect and analyze in real time--even for complex transactions.

  13. That would be really neat indeed if it was possible: one could leverage the advanced querying/indexing capabilities of MongoDB without hitting the disk. As you probably know the disk IO (especially random) is the system…

  14. UnQLite (unqlite.org)

    UnQLite is an embedded NoSQL (Key/Value store and Document-store) database engine. Unlike most other NoSQL databases, UnQLite does not have a separate server process. UnQLite reads and writes directly to ordinary disk…

  15. Libarchive (libarchive.org)

    Multi-format archive and compression library

  16. WhiteDB is a lightweight NoSQL database library written in C, operating fully in main memory. There is no server process. Data is read and written directly from/to shared memory, no sockets are used between WhiteDB and…