Search Results for "distributed shared memory" - Page 9

Showing 295 open source projects for "distributed shared memory"

View related business solutions
  • 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
  • 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
  • 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: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3

    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
  • 4

    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
  • 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
    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
  • 6

    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
  • 7
    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
  • 8

    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
  • 9

    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
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    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
  • 11
    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
  • 12
    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
  • 13
    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
  • 14

    libshmht

    Shared memory hash table for cache pourposes.

    Hash table in shared memory. Specifically developed to be used as a cache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DropboxMQ is an implementation of the Java Message Service API that uses a shared file system to store and distribute messages. A dropbox is a set of shared directories that relies on atomicity of file move operations to settle contention for messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Transparent Architecture

    Communication SW for distributed systems

    Transparent Architecture is a library for distributed systems development. 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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    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
  • 19

    mc_httpd

    a simple web server

    mc_httpd is an HTTP server written by robin. The sources and documentation are distributed under the Berkeley Software Distribution license. 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
  • 20

    RainforestCluster

    Dynamically manage Amazon EC2 clusters

    RainforestCluster is an Amazon EC2 python program that manages and load-balances dynamic clusters to allow for maximum workflow flexibility and speed at minimal cost. It enables one to quickly and cheaply create dynamic compute clusters in the cloud, which can then run computational pipelines generically. It is also able to optimize the use of spot instances - idle computers in Amazon's cloud that are available at drastically reduced cost (5x-10x cheaper) - but can be terminated at any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Archi Git Repository Plugin

    Archi plugin allowing Archi content to be shared via GIT repositories

    Archi is a fantastic open source tool for creating ArchiMate models, however it has a restriction that limits is usefulness for teams and that is that the model content can only be saved into a local file. This plugin aims to make the content held in the local file able to be shared via a GIT repository that is integrated with Archi via a plugin. This way Archi users can work on models in a distributed and independent manner exactly as they do today, however if they want to version their model and/or share it with others they can export the content into a GIT repository or import from a previously exported GIT repository. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    AlgART Java Libraries

    Open source library for processing arrays and matrices

    AlgART Java libraries for processing arrays and matrices are open-source product, distributed under MIT license. So, anyone can use them for free without any restrictions. Main features: 63-bit addressing of array elements (64-bit long int indexes), memory model concept (allowing storing data in different schemes from RAM to mapped disk files), wide usage of lazy evaluations, built-in multithreading optimization for multi-core processors, wide set of image processing algorithms over matrices, etc. - please see at the site. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Phoenix Cluster Project
    Phoenix Cluster Project is an open cluster architecture. It is built using Gentoo Linux with RootFS shared between all nodes of the cluster. The main components are: Torque/Maui, Network Raid, Ganglia, LAMP Platform, KVM and GLSL for GPGPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XML Mill

    XML Mill

    XML Mill is a GUI based XML editor with a memory.

    "XML Mill" is an open source initiative distributed free under the GNU GPL. As a GUI based XML editor and builder, XML Mill furthermore remembers relationships between the elements, attributes and attribute values of specific "styles" of XML. Since synchronising and managing (the same) information across different sites is difficult and counter-productive, I urge you to see the project's home page for a comprehensive explanation of the application's features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Wukong

    Wukong

    Highly customizable full-text search engine

    Efficient indexing and searching (1M Weibo 500M data is indexed in 28 seconds, search response time is 1.65 milliseconds, and search QPS is 19K). Support Chinese word segmentation (concurrent word segmentation using the sego word segmentation package, speed 27MB/sec). Support to calculate the proximity distance of keywords in the text (token proximity). When a request to add a document to the index comes in, the main coroutine will send the text to be segmented to a word segmentation...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB