All Projects → korom42 → zram_manager

korom42 / zram_manager

Licence: GPL-3.0 License
No description or website provided.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to zram manager

zramd
Automatically setup swap on zram ✨ with optional systemd support, a simpler alternative to zram-generator and systemd-swap
Stars: ✭ 45 (+9.76%)
Mutual labels:  ram, swap, zram
Heim
Cross-platform async library for system information fetching 🦀
Stars: ✭ 572 (+1295.12%)
Mutual labels:  memory, swap
Volatility
An advanced memory forensics framework
Stars: ✭ 5,042 (+12197.56%)
Mutual labels:  ram, memory
zram-swap-manager
A versatile zRAM swap manager with dynamic swappiness - for Android and GNU/Linux systems.
Stars: ✭ 43 (+4.88%)
Mutual labels:  swap, zram
memtester
Simple memory tester mirror from http://pyropus.ca/software/memtester/. Please note that I am not the author of Memtester
Stars: ✭ 84 (+104.88%)
Mutual labels:  ram, memory
lessram
Pure PHP implementation of array data structures that use less memory.
Stars: ✭ 20 (-51.22%)
Mutual labels:  ram, memory
webpack-plugin-ramdisk
🐏 A webpack plugin for blazing fast builds on a RAM disk / drive
Stars: ✭ 118 (+187.8%)
Mutual labels:  ram, memory
swapperd
Swapperd daemon for executing cross-chain swaps
Stars: ✭ 27 (-34.15%)
Mutual labels:  swap
sensu-plugins-memory-checks
This plugin provides native memory instrumentation for monitoring and metrics collection, including: memory usage via `free` and `vmstat`, including metrics. Note that this plugin may have cross-platform issues.
Stars: ✭ 15 (-63.41%)
Mutual labels:  memory
jsonuri
🌳 阿里剑鱼、iceluna、vanex 数据操作底层库,使用O(n) 复杂度回溯祖先节点
Stars: ✭ 131 (+219.51%)
Mutual labels:  swap
profiling
Non-discriminatory profiling of Ruby code leveraging the ruby-prof gem
Stars: ✭ 12 (-70.73%)
Mutual labels:  memory
rs-process-memory
A rust library that allows you to read/write into the memory of other processes
Stars: ✭ 63 (+53.66%)
Mutual labels:  memory
AllYourMemoriesAreBelong2iOS
💪 Simulate iOS on-device memory warnings like a hero.
Stars: ✭ 17 (-58.54%)
Mutual labels:  memory
profmem
🔧 R package: profmem - Simple Memory Profiling for R
Stars: ✭ 32 (-21.95%)
Mutual labels:  ram
n-grammer-pytorch
Implementation of N-Grammer, augmenting Transformers with latent n-grams, in Pytorch
Stars: ✭ 50 (+21.95%)
Mutual labels:  memory
uniswap-sushiswap-arbitrage-bot
Two bots written in JS that uses flashswaps and normal swaps to arbitrage Uniswap. Includes an automated demostration.
Stars: ✭ 351 (+756.1%)
Mutual labels:  swap
DLL-Injector
Inject and detour DLLs and program functions both managed and unmanaged in other programs, written (almost) purely in C#. [Not maintained].
Stars: ✭ 29 (-29.27%)
Mutual labels:  memory
vmutils
cross platform library to manipulate and extract information of memory regions
Stars: ✭ 22 (-46.34%)
Mutual labels:  memory
bluerain
BlueRain is a fully-featured, managed memory manipulation library written in C#
Stars: ✭ 36 (-12.2%)
Mutual labels:  memory
Java-Memory-Manipulation
User friendly, Garbage-free, and cross-platform process, module and memory interfacing via the power of Java
Stars: ✭ 51 (+24.39%)
Mutual labels:  memory

z-RAM/SWAP Manager

About zRAM

zRAM is a module of the Linux/Android kernel, it increases performance by avoiding disk paging and instead using a compressed block device in the physical RAM. Since using RAM is faster than using disks, zram allows the kernel to make more use of RAM when swapping/paging is required.

Why use zRAM ?

Unlike what some myths claim zRAM does not slow down your device, neither affect battery life. It uses extremely fast algorithms that can compress/decompress large amount of data in a fraction of second. It is very useful for android by helping to keep background apps open while multitasking. It can be useful even on high RAM devices with 6-8GB RAM and in older phones it can offer a signficant performance boost.

Changelog

v1.3 20.08.2019

  • Unity template update 4.4
  • Bug fixes

v1.2 14.04.2019

  • Unity template update 4.0 (Magisk 19 support)

v1.1 18.03.2019

  • Bug fixes

v1.0 11.03.2019

  • First release

Credits

Author

Omar Koulache - korom42

Thanks goes to those wonderful people

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].