Showing 2497 open source projects for "memory"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    Transie is a dual-pane text editor for translators. It's made with Gambas and runs on Linux with Qt and KDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ...If no JRE is installed it will install one automatically and continue to your jar file. If JRE is present it will simply go on to your jar file. Sets Heap to 75% of memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FyDB is a distributed in-memory no-SQL DB. It supports distributed deployment, and can integrate heterogeneous data sources. Data of FyDB is stroed in memory as key-value structure, and it is also persistent. Join this project: fuyuncat@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Minimalist rework of gzip/gunzip with minimal memory requirement (16KB zip / 2KB unzip) and addons : on-the-fly processing of partial input data (no need to bufferize all data), input from and/or output to memory... Demo/test program also provided
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    This project can be used to schedule upload of pictures to Picasa Albums. It also resizes images to reduce bandwidth and memory usage
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    RNA-Seq Data Annotation Pipeline
    We developed a RNA-Seq Data Annotation Pipeline named RNADAP, which measure genes expression in isoform level, work with high speed and less memory usage. Besides, our pipeline can be compatible with results from different mapping software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Kestrel

    Kestrel

    Simple, distributed message queue system (inactive)

    ...Kestrel supports queuing patterns such as enqueue, dequeue, and delayed re-enqueue (for example, when a consumer fails to process a message). It stores messages persistently on disk with a memory-backed cache, allowing recovery in case of failures. Because it is intended for relatively simple use cases, it does not provide the full feature set of some enterprise messaging systems, but is often sufficient for many asynchronous or buffered workloads. Over time, the project became inactive and is now archived. Its minimalism and ease of integration made it appealing for smaller or more controlled message-queueing needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    jLlama is a desktop application to monitor servers over SSH. Any figure retrieved from the command line can be polled and graphed in real time. Out of the box, jLlama can graph CPU and Memory usage for Linux and Solaris servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PileLine (Pileup pipeLine) is a toolkit for efficient handling of genomic position (GP) files, produced by next-generation sequencing experiments. It is designed to be memory efficient by performing on-disk operations over sorted GP files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    iTclC is a framework for [incr Tcl]. It makes Itcl more flexible. Provides: memory management and mechanisms for creating user interfaces. Not yet suitable for developing professional applications with - of course it is a very basic framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    iKatos Operating System
    iKatos is a Operating System Designed to be fast and user friendly, but has it's nerdy side as well. It is coded in c and assembly. It is currently in heavy development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AccuTrak is a general-purpose memory debugging tool that detects various memory errors such as overrun, underrun, double-free, leak, etc. It is cross-platform and configurable which makes it a viable choice to debug various programs, small or big.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    C/C++ algorithms and containers, for multi-core CPU platform wholly. task scheduler task graph scheduler distributed queue distributed memory allocation distributed search
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a distributed file system based on memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is JAP, which stands for: JAP is A Patcher. It's a memory patcher for the game, Mabinogi, and uses a slightly modified version of spr33's MemoryPatcher class
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Tibco EMS Message Admin allows you to purge a queue, list messages in a queue, save a message from a queue to a file, edit the message in memory and send to another (or same) queue, load message from a file and send it to a queue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TagPlayer is a music player that lets you organize your music while you're on the way. Tag songs while playing with arbitrary tags. Media time memory system lets you add bookmarks on time positions to easily find a position in a specific song again.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Infortus is a hobby OS. It's written in C and Assembly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Right now it is a very small memory game. I hope contributions will be able to make it big.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Hash map with standard interface that implements cuckoo hashing in the form of template container.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    JSONKit

    JSONKit

    Objective-C JSON

    JSONKit is a high-performance Objective-C library for parsing and generating JSON on iOS and macOS, created before Apple’s built-in JSON APIs were widely available. It focuses on speed and low memory overhead, using tight C/Objective-C code paths to turn NSData into Foundation containers (arrays, dictionaries) and back again. The API provides flexible options such as mutable or immutable containers, pretty printing, and tolerances for common JSON formatting quirks. Developers can stream or parse in one shot, and they get predictable error reporting when malformed input is encountered. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    blackray
    BlackRay is a high performance relational database, which combines regular database features with search engine like performance. Full transaction support, SQL and version controlled persisted snapshots characterize BlackRay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Xaoc event is a new very simple event framework for in-memory event management. The library is written as the enlargement of Spring framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A low memory scaling distributed 3D FFT library. The library is designed for calculating complex‐to‐complex Fast Fourier Transforms (FFT’s) on 3‐D distributed data. It is based on FORTRAN90 and MPI with the underlying FFT calculated using FFTW3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Rex library
    Rex is a regular expression library which implements most of the POSIX 1003.2 specification. It is very mature and has been in heavy production use by thousands of users, on many platforms, since 2002.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo