Search Results for "distributed shared memory" - Page 11

Showing 447 open source projects for "distributed shared memory"

View related business solutions
  • 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
  • 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
  • 1
    bel_fft

    bel_fft

    FFT co-processor in Verilog based on the KISS FFT

    bel_fft is a FFT co-processor that can calculate FFTs with arbitrary radix. It is a hardware implementation of the free software Kiss FFT ("Keep it simple, Stupid!"). The target was to allow a simple replacement of the software code with the hardware implementation. Therefore bel_fft comes with a software driver that is compatible with the Kiss FFT routines. bel_fft also has a modular architecture and allows interfacing different bus architectures. So far AMBA AXI, Altera's Avalon bus and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    RSS

    RSS

    Online cloud school information management software

    ( RSS ) is elegant in its operational concept of a ‘ Service Oriented Approach'.The distributed and synchronized data provides the source of information needed for student, parent, staff and management at a much higher speed. It is designed to speed up various tasks across the institution system and offers modules from student robust features that benefit educators, students, and staff. An ERP solution that can be accessed anytime, anywhere, RSS automates the entire student lifecycle — integrating admissions, registration, fee receipts, finan-cial aid, student services and more into a single system that even includes built-in, self-service portals, all operating on a sing e, secure shared database. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Chapel

    Chapel

    a Productive Parallel Programming Language

    Chapel is an emerging parallel programming language whose design and development are being led by HPE in collaboration with academia, computing labs, and industry. Chapel's goal is to improve the productivity of parallel programmers, from laptops to supercomputers. **Please note that Chapel development has moved to GitHub**
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    starrydb-publice

    starrydb-publice

    starrydb is game server engine

    starrydb is game server engine, As long as a few simple scripts can help you quickly build a game server. email:admin@starrydb.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    DRX

    DRX

    Documentum administration tool

    ...DRX provides a simple UI to facilitate logging into the Documentum repository, configuring and running specific reporting modules, and viewing the resulting reports. DRX reports are generated in HTML for easy viewing and XML for more complex processing. DRX is distributed as an EXE file that contains all of the Java code, requisite libraries, JVM and the DFC required to run the program. Its compact distribution and simple installation (just unzip it!) make it easy to run from a memory stick or move from one computer to another. See a missing module? Want enhancements to an existing one? ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    GMES

    GMES is a free Python package for FDTD electromagnetic simulations.

    GMES is a free finite-difference time-domain (FDTD) simulation Python package developed at GIST to model photonic devices. Its features include simulation in 1D, 2D, and 3D Cartesian coordinates, distributed memory parallelism on any system supporting the MPI standard, portable to any Unix-like system, variuos dispersive ε(ω) models, CPML absorbing boundaries and/or Bloch-periodic boundary conditions, and arbitrary material and source distributions. GMES officially stands for GIST Maxwell’s Equations Solver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    JavaCá&Lá

    A Java Distributed Shared Memory Middleware

    How can we easily develop applications for multicore or multicomputer architectures? We frequently use middlewares for that problem, but they are often complex and less productive. This way, at DECOM-UFOP, we have a middleware, named JavaCa&La or just JCL, to build portable and scalable solutions over many high performance computer architectures. Our middleware APIs is simple, intuitive and designed for young and senior programmers who don’t have high performance programming skills. Using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    libshmal

    Primitive shared memory allocator that allows several independent proc

    Primitive shared memory allocator that allows several independent processes to share same shared memory segments. It provides shared memory analogs to regular memry library calls like malloc(), free(), etc. Currently may work with mmap() or shmget().
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ipc-quartztime

    ipc-quartztime

    inter process communication library based on POSIX

    ipc-quartztime is an inter process communication library based on shared memory, mutexes and signals. ipc-quartztime is intended for high-speed and high-throughput communication between processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 10
    Disque

    Disque

    Disque is a distributed message broker

    Disque is a distributed, fault-tolerant, in-memory message broker designed for job-/message-queue scenarios, created as an experiment to capture the “Redis as a jobs queue” use case but elevate it into a self-contained and scalable system. The design focuses on simplicity, providing a minimal and clear API for producers to enqueue jobs (messages) and consumers to process them, while handling replication, failure and re-queueing internally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    SWIFT

    SPH With Inter-dependent Fine-grained Tasking

    Shared-Memory Parallel Smoothed Particle Hydrodynamics (SPH) code for large-scale cosmological simulations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    mg4j-buffer-hash

    Minimal Perfect Hashes using Buffers rather than arrays

    This package implements Minimal Perfect Hashes using Buffers rather than java arrays. It therefore allows the data to be backed by MemCache, Random Access Files, and data stores other than in-memory arrays. It is an adaptation of Minimal Perfect Hashes in version 2.0.1 of MG4J (Managing Gigabytes for Java), a free full-text search engine for large document collections written in Java. MG4J is free software distributed under the GNU Lesser General Public License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Savuka-VirtualBox

    Savuka-VirtualBox

    Virtual Box VDI of SliTaz Linux with Savuka installed and configured

    ...root name: root root password: root username: tux password: root Instructions: -Download and install 7zip (www.7-zip.org) -Extract files to HDD -Install included VirtualBox (not tested on other versions, but shouldn't matter) -Within VirtualBox make a new machine ----Machine/New --------Name: Savuka / Type: Linux / Version: Other Linux (32-bit) --------1024MB RAM -------- Use Existing virtual drive (point to extracted Savuka.vdi) ---- Machine/Settigns/Display: set video memory to 50 MB, enable 2D and 3D acceleration ---- Machine/Settings/Shared Folders: Create new machine folder. Point to any data directory, folder name: DATA, select Auto-mount. Note: "Folder name" must be 'DATA' in all caps to link on boot Thats it! More Info: www.osmanbilsel.net www.paulnobrega.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FastMM is a lightning fast replacement memory manager for Embarcadero Delphi Win32 and Win64 applications that is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files. Important note: FastMM has moved to GitHub. Updates will no longer be pushed to the SourceForge repository.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 15
    csmake

    csmake

    Cloud Service Make.

    To make the native application to support cloud service, csmake will genarate a client stub and the service application, it's similar with the webservice, COBAR, omniORB, SOAP, gsoap etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Fin-Plus

    Fin-Plus

    Real-time component framework

    ...Investment Banks and Fund Managers have numerous applications, our objective is to normalize these applications providing a real-time Technical Debt free, highly Scalable, Agile framework with better Project Silos. Remove costly fixed layers with a Template Driven Design in-memory queryable functional real-time reactive solution that can run services local, remote, distributed or mixed, with integrated Testing, Permissions and Audits. Note project transfered from our https://code.google.com/p/fpmessaging/ repository Jun-15 http://fin-plus.co.uk/company.html http://fin-plus.co.uk/licenses.html https://www.linkedin.com/company/fin-
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a small memory aid program to help with the learning of a foreign language. It has been mainly geared towards languages that don't use the roman alphabet. This includes Russian, Japanese, Chinese, Thai and so on. The individual language files that are used are to be created/shared by the users. Please do not rip lists of words from language courses so as to not breach copyright - I do not know if this would happen (as you can't copyright a language, just the method of learning it I'm guessing) but it's best to be safe, right?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Thinfox

    Very light Firefox browser that uses very little memory, it's portable

    An extra light Firefox that runs from your USB or whatever drive without installation. Any updates will be published here. We could make good use of the already published Light Firefox, but this Thinfox browser is ready-to-use on a portable way (was missing in Light Firefox) and it is improved to use less CPU and keeps the memory of your computer in good state, even when you do heavy tasks. An ultimate browser for heavy automation tasks (therefore it is light and uses very little...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    QuickSched

    Scheduler for task-based shared-memory parallelism

    QucikSched is a scheduler for task-based shared-memory parallelism which supports task dependencies and conflicts, as well as task-based scheduling on GPUs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Shared Memory Arena

    shared memory allocator

    a shared memory allocator that provides a simple interface for named shared memory segments; shared memory between any processes; provides shared memory queues; does not use the same address between processes; fast structured arena file scales well
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    As of now, you can get Ehcache only from ehcache.org or Maven central. A simple, fast, thread safe, standards based cache for Java, and provides memory and disk stores and distributed operation for clusters. ehcache is widely used in such open source projects as Hibernate and Spring. Terracotta offers enterprise edition
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Core Analyzer

    Core Analyzer

    A power tool to debug core dump, memory corruption, optimized code.

    The project is now hosted on github: https://github.com/yanqi27/core_analyzer.git Core analyzer is a power tool to debug memory issues. With ever increasing complexity and dataset size of application programs, it is very challenging to find the root cause of a memory bug. Programmers often use debugger to go through many contexts or data objects in order to hunt down a suspicious variable or object. However, the task is boring, prone to error and usually fruitless. By parsing a core dump...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    mapgraph

    mapgraph

    Massively Parallel Graph processing on GPUs -- now part of Blazegraph

    Mapgraph is SYSTAP’s disruptive new technology to exploit the main memory bandwidth advantages of GPUs. The early work was co-developed with the University of Utah SCI Institute and has its pedigree in the UINTAH software running on over 750M cores on the TITAN Super Computer. Today, SYSTAP has commercialized this technology into it’s Blazegraph Accelerator and Blazegraph HPC products. Checkout our options for GPU acceleration of graphs or contact us to learn more: ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MDcore is an Open-Source library implementing the core functionality of a Molecular Dynamics engine. The engine is inherently multi-threaded and runs efficiently on multi-processor/multi-core shared-memory architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Intel(R) CnC

    Intel(R) CnC

    Parallelism without the Pain

    ...Through its portabilty and composability (with itself and other tools) it provides future-proof scalability. Intel© Concurrent Collections for C++ is a C++ template library for letting C++ programmers implement CnC applications which run in parallel on shared and distributed memory.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB