All Projects → apache → Mnemonic

apache / Mnemonic

Licence: apache-2.0
Apache Mnemonic - A non-volatile hybrid memory storage oriented library

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Mnemonic

Azure Event Hubs Spark
Enabling Continuous Data Processing with Apache Spark and Azure Event Hubs
Stars: ✭ 140 (+53.85%)
Mutual labels:  bigdata, apache
intersect
一道面试题的思考 - 6000万数据包和300万数据包在50M内存使用环境中求交集
Stars: ✭ 54 (-40.66%)
Mutual labels:  memory, bigdata
Hudi Resources
汇总Apache Hudi相关资料
Stars: ✭ 79 (-13.19%)
Mutual labels:  bigdata, apache
Rpmalloc
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
Stars: ✭ 1,218 (+1238.46%)
Mutual labels:  memory
Memorymonitor
内存监控器
Stars: ✭ 79 (-13.19%)
Mutual labels:  memory
Mlsql
The Programming Language Designed For Big Data and AI
Stars: ✭ 1,262 (+1286.81%)
Mutual labels:  bigdata
Python Haystack
Process heap analysis framework - Windows/Linux - record type inference and forensics
Stars: ✭ 89 (-2.2%)
Mutual labels:  memory
Php Apache Tika
Apache Tika bindings for PHP: extract text and metadata from documents, images and other formats
Stars: ✭ 76 (-16.48%)
Mutual labels:  apache
Biglasso
biglasso: Extending Lasso Model Fitting to Big Data in R
Stars: ✭ 87 (-4.4%)
Mutual labels:  bigdata
Ipc
Public domain single header inter process communication primitives
Stars: ✭ 85 (-6.59%)
Mutual labels:  memory
Trafficserver
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
Stars: ✭ 1,258 (+1282.42%)
Mutual labels:  apache
Uproot4
ROOT I/O in pure Python and NumPy.
Stars: ✭ 80 (-12.09%)
Mutual labels:  bigdata
Bigdata File Viewer
A cross-platform (Windows, MAC, Linux) desktop application to view common bigdata binary format like Parquet, ORC, AVRO, etc. Support local file system, HDFS, AWS S3, Azure Blob Storage ,etc.
Stars: ✭ 86 (-5.49%)
Mutual labels:  bigdata
Memorystore
express-session full featured MemoryStore layer without leaks!
Stars: ✭ 79 (-13.19%)
Mutual labels:  memory
Iceberg
Apache Iceberg
Stars: ✭ 1,274 (+1300%)
Mutual labels:  apache
Mod auth gssapi
GSSAPI Negotiate module for Apache
Stars: ✭ 78 (-14.29%)
Mutual labels:  apache
Ignite Book Code Samples
All code samples, scripts and more in-depth examples for the book high performance in-memory computing with Apache Ignite. Please use the repository "the-apache-ignite-book" for Ignite version 2.6 or above.
Stars: ✭ 86 (-5.49%)
Mutual labels:  bigdata
Spark States
Custom state store providers for Apache Spark
Stars: ✭ 83 (-8.79%)
Mutual labels:  apache
Athena Cli
Presto-like CLI tool for AWS Athena
Stars: ✭ 85 (-6.59%)
Mutual labels:  bigdata
Dockerweb
A docker-powered bash script for shared web hosting management. The ultimate Docker LAMP/LEMP Stack.
Stars: ✭ 89 (-2.2%)
Mutual labels:  apache

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

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].