Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# GhostMem 👻

**Version 0.9.0**
**Version 0.10.0**

> **Virtual RAM through Transparent Compression** – A modern memory management system for IoT devices and AI applications



[![Build and Test](https://github.com/el-dockerr/GhostMem/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/el-dockerr/GhostMem/actions/workflows/build-and-test.yml)
[![Release](https://github.com/el-dockerr/GhostMem/actions/workflows/release.yml/badge.svg)](https://github.com/YOUR_USERNAME/el-dockerr/actions/workflows/release.yml)



## Features:
* Allows to compress memory of a running program just by adding a simple library
* Allows to use disk as memory - software can literally run without any usage of RAM
* No feature creep inside

## 📦 Downloads

Pre-built binaries are available from the [Releases page](https://github.com/el-dockerr/GhostMem/releases).
Expand Down
Loading