Search Results for "shared memory allocator" - Page 4

Showing 99 open source projects for "shared memory allocator"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1

    Occursions

    Fast customizable time series web database for big data like log files

    ...Occursions asynchronously tails log files and indexes the individual lines in each log file as each line is written to disk so you don't even have to wait for a second after an event happens to search for it. Occursions uses custom disk backed data structures to create and search its indexes so it is very efficient at using CPU, memory and disk. You can extend Occursions with shared libraries to support your own file formats, even binary file formats!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Allows sharing timestamped images (OpenCV's IplImage) and data (vector< float>) through shared memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RT-BOINC
    RT-BOINC stands for a Real-Time BOINC. It was designed for managing highly-interactive, short-term, and massively-parallel real-time applications. We implemented RT-BOINC on top of the recent BOINC server source codes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    msshm: multi-size shared memory area.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    A generic cross-platform library and collection of utilities on: socket, shared memory access, XML-RPC inter-process communication and other features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SHAllocator is C++ STL allocator in SYSTEM V shared memory based on libmm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Memory controller to provide a transactional shared space for different computers running distributed applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    An open source Java library for interprocess communications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Library that offers users an easy to use interface to synchronize shared data access following the software transactional memory principle.
    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.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    STLshm provides an C++ STL Allocator implementation for creating and using STL containers (and any other allocator aware types) in shared memory regions. It supports multiple shared region implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A PHP Class used to add MultiThreading-like Functionality to PHP Using Many Option to call threads (Now Sockets ,Ajax & Cli) , And Inter Thread Communication & Synchronization (Now Using Shared Memory ,Flat files & MySQL ) Docs on Project sf website
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A data parallel scientific programming model. Compiles efficiently to different platforms like distributed memory (MPI), shared memory multi-processor (pthreads), Cell BE processor, Nvidia Cuda, SIMD vectorization (SSE, Altivec), and sequential C++ code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    QuickMP (Quick Multi-Processing) is a simple cross-platform C++ API for generating parallel for loops in shared-memory programs, similar to OpenMP. It provides automatic scalable performance based on the number of available processors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OS portable common dynamic / static memory allocator for embedded system. Auto-converge, keep track of free chunks list, first-fit allocating principle. All of these are done by only 4-Byte boundary tag in each chunk - Fast & Minimal Memory Fragmentation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    libdocsis is a shared library suitable for working with DOCSIS option files. The library provides an API to encode/decode/verify DOCSIS option files from a variety of sources including file streams, character buffers, and in-memory mapped locations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Blackboard implements a lightweight, portable tuple space suitable for multi-agent system and distributed component design. Supports implicit invocation via content-filtered asynchronous events, blocking call semantics, and shared memory messaging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    coThreads (formerly known as STMlib), is a concurrent programming library for OCaml. It features both high and low level constructors, for both shared-memory and message-passing style concurrency. The library is equipped with a set of source-level and ob
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Moved to http://labs.omniti.com/trac/portableumem/ A port of the Solaris libumem memory allocator to other platforms. It provides runtime creation of slabs with per-cpu caching to reduce cpu contention during memory allocation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SIMDOS stands for SImple Microkernel Distributed Operating System. SIMDOS is a micro-kernel based operating system which implements the concepts of Distributed Shared Memory at the kernel level to provide seemless addition on cluster nodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Mod_cachem, an Apache 2 only DSO module, creates, maintains, and manages a shared memory cache (either named or anonymous) usable by other DSO modules from within their ap_hook_method_handler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CIPC is an application programmer interface (API) for interprocess communication. CIPC includes classes for: File and Record Locking, Token Creation, UNIX Processes, Semaphores, Shared Memory, Sockets, and HTTP and WEBDAV clients and servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    (1) smart pointer class (memory management via reference counting), (2) Lockable class (for controlling shared object mutability), (3) lockable, reference-counted array and string classes, (4) stream-based serialization classes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CommLib is an IPC library for Unix systems. It allows related and unrelated process to communicate using several methods (FIFOs, PIPEs, shared memory, RPC etc.) using unique, consistent APIs. This will allow the programmer to choose the best and most perf
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    A semantic memory software tool “reflects” one's “imagination”. In it, arbitrary concepts may be described, stored, arranged, transformed, and shared. One may verbalize thoughts as they arise in the mind to externalize and digitize “mental obj
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB