Apache Mnemonic - A non-volatile hybrid memory storage oriented library

Clone this repo:
  1. 803a291 Merge pull request #399 from katarinaking/839 by Katarina · 6 days ago master
  2. cdddf14 MNEMONIC-839: Detailed Mnemonic InputFormat Comments by Katarina · 6 days ago
  3. bdf4a79 Merge pull request #398 from katarinaking/838 by Katarina · 2 weeks ago
  4. c5f913e MNEMONIC-838: Code Expansion Commentary by Katarina · 2 weeks ago
  5. 5aeb58e Merge pull request #397 from katarinaking/837 by Katarina · 3 weeks ago

================================

Mnemonic Official Website

CI

Apache Mnemonic is a non-volatile hybrid memory storage oriented library, it proposed a non-volatile/durable Java object model and durable computing service that bring several advantages to significantly improve the performance of massive real-time data processing/analytics. developers are able to use this library to design their cache-less and SerDe-less high performance applications.

Features:

  • In-place data storage on local non-volatile memory
  • Durable Object Model (DOM)
  • Durable Native Computing Model (DNCM)
  • Object graphs lazy loading & sharing
  • Auto-reclaim memory resources and Mnemonic objects
  • Hierarchical cache pool for massive data caching
  • Extensible memory services for new device adoption and allocation optimization
  • Durable data structure collection(WIP)
  • Durable computing service
  • Minimize memory footprint of on-heap
  • Reduce GC Overheads as the following chart shown (collected from Apache Spark experiments)
  • Drop-in Hadoop MapReduce support
  • Drop-in Hadoop Spark support