Search Results for "shared memory allocator" - Page 4

Showing 122 open source projects for "shared memory allocator"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    The Hoard Memory Allocator
    Hoard is a multiprocessor memory allocator that is fast, memory-efficient, and scalable. If you are running multithreaded code on a multiprocessor system, Hoard can dramatically improve your application's performance without any changes to your source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The AntHill library implements network fail-over and scaling functionality for any user applications and protocols. Implement different transports such as TCP, UDP & Shared Memory. Contains useful utilities such as DumpSender and etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    B Tree First-Fit malloc()

    B Tree First-Fit Memory Allocator

    BTFF Features O(log n) time with First-Fit behavior, as n is the number of allocated & free blocks. No boundary tag. Separation between payload and bookkeeping meta data. It does not use any free payload area. As of v1.0, payloads are located in data segment area which is acquired by brk(), and bookkeeping meta data are located in separated area which is acquired by mmap(). Small bookkeeping meta data overhead. Applicable to any kind...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Ruby Serial

    Ruby Serial

    Optimized serialization library for Ruby objects.

    Library serializing Ruby objects, optimized in many ways: * Fast and small: use MessagePack (binary compact storage) and don't serialize twice the same object * Independent of Ruby version: dump and load data across different versions * Keep shared objects: if an object is shared by others, serialization still keeps the reference and does not duplicate objects in memory * Gives the ability to fine tune which attributes of your objects are to be serialized (defaults to all) * Keeps backward compatibility with previously serialized versions * Has callbacks support to fine tune the serialization process * Can serialize objects having reference cycles (self-contained Arrays, Hashes, objects...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    Transparent Architecture

    Communication SW for distributed systems

    ...It is designed as cross-platform, tested for Windows and Linux. TA implements non-blocking I/O with a set of transport protocols supported: multicast, UDP, TCP, ICMP, Shared Memory, Unix Domain Sockets, Unix Message Queue. TA is designed to cover a wide range of communication: Real-Time, LAN Ethernet and WAN SOAP. It can be a pilot of unified substituting technology for CORBA, COM and DDS. TA is distributed in C and Oberon versions compatible with each other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    mc_httpd

    a simple web server

    ...HTTP server features: Supports HTTP/1.1 and CGI/1.1 Multi-line header field(not cgi) Name-based and IP-based virtual servers Keep-alive connections support The GET, HEAD, POST, PUT, DELETE methods Architecture and scalability: single-threaded Shared memory is based on /dev/zero One master and several worker processes; worker processes run under an unprivileged user Tested OS and platforms: linux/i386 FreeBSD/i386
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PGraph

    PGraph

    Visual Programming Tool for Parallel Computations

    PGraph is a free and cross-platform tool for parallel computation that provides you to construct parallel algorithms in easy visual way and generate source code automatically. PGraph is based on C language and flow chart. We call this combination as Visual-Symbolic Programming Language. Now it is able to generate source code in C/C++ for MPI standart.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CWC Simulator
    This is an implementation of CWC (Calculus of Wrapped Compartments), a rewriting-based calculus for the representation and simulation of biological systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Safe C Library provides bound checking memory and string functions per ISO/IEC TR24731. These functions are alternative functions to the existing standard C library that promote safer, more secure programming. The ISO/IEC Programming languages — C spec, C11, now includes the bounded APIs in Appendix K, "Bounds-checking interfaces". This latest upload supports building static library, a shared library and a linux kernel module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    Fast and multi platform reader of network traces, have possible to shared date in screen, file or Matlab
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    a fast dynamic traffic assignment engine Please visit the github website for latest release: https://github.com/xzhou99/dtalite_software_release
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Eden is a script-based tool to simplify the process of running large numbers of similar jobs on multiple processors--whether it's a single laptop with four cores or a HPC large shared memory machine with 1024 cores and a job scheduler. The development of Eden was supported primarily by the Office of Cyber Infrastructure of the NSF under Award Number ARRA-NSF-OCI-0906324 for NICS-RDAV center and NSF-OCI-1136246 for support of undergraduate research in the NICS-RDAV center.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    RapidDevelop R#

    RapidDevelop is an IDE and Compiler for a new programming language!

    ...Being an extension of C#, you can link, build or compile native C# assemblies or Classes and Libraries so that you can very easily port existing code. The programming language also exists in a managed shared library and can be dropped into any .net project so that you can use the compiler in your own projects, with plans to even provide executing compiled code in memory, effectively creating a RapidLang Scripting Language plugin!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TechMVC 3.2.1

    TechMVC 3.2.1

    MVC2 based HTML 5 enabled Web Application Framework

    TechMVC is a very powerful and highly optimized MVC2 based web application framework, which enables developers to build high performance Website. Current Version: 3.1.1 Features Upgraded: =============== 1. Meta Character set support enabled. Can be specified from Config.php($var->defaultCharacterSet). Default: utf-8 2. Following functions added: a. TechMVC::LoadLibrary($path, $shared = false) -> Include library to TechMVC runtime. b. In Config.php varriable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    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
  • 16
    Allows sharing timestamped images (OpenCV's IplImage) and data (vector< float>) through shared memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FreeFalcon5 flight data dump from its shared memory area.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ircd.io
    A C++ IRC daemon (IRCd) with an emphasis on customisability. ircd.io is written from scratch and hopes to avoid many of the issues found in other IRCd's that have come about from using a nearly quarter-century old codebase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    msshm: multi-size shared memory area.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FIPC
    FIPC is an IPC solution written in Delphi Language for Microsoft Windows. 'Shared Memory' is used to achieve high bandwidths & rates with minimum latency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    StlMemTrack is a shared class that helps track the memory usage of the specified particular STL containers in your code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    SHAllocator is C++ STL allocator in SYSTEM V shared memory based on libmm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Memory controller to provide a transactional shared space for different computers running distributed applications
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB