From 3a45a085a10a2d38d4e467aa501958fcd13dace2 Mon Sep 17 00:00:00 2001 From: Swen Kalski Date: Sat, 31 Jan 2026 19:19:42 +0100 Subject: [PATCH] update readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0998a3..b4d4bb0 100644 --- a/README.md +++ b/README.md @@ -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).