591 projects for "parallel" with 1 filter applied:

  • 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
  • DAT Freight and Analytics - DAT Icon
    DAT Freight and Analytics - DAT

    DAT Freight and Analytics operates DAT One truckload freight marketplace

    DAT Freight & Analytics operates DAT One, North America’s largest truckload freight marketplace; DAT iQ, the industry’s leading freight data analytics service; and Trucker Tools, the leader in load visibility. Shippers, transportation brokers, carriers, news organizations, and industry analysts rely on DAT for market trends and data insights, informed by nearly 700,000 daily load posts and a database exceeding $1 trillion in freight market transactions. Founded in 1978, DAT is a business unit of Roper Technologies (Nasdaq: ROP), a constituent of the Nasdaq 100, S&P 500, and Fortune 1000. Headquartered in Beaverton, Ore., DAT continues to set the standard for innovation in the trucking and logistics industry.
    Learn More
  • 1

    neuranep

    Neural Network Engineering Platform

    A parallel-programming framework for concurrently running large numbers of small autonomous jobs, or microthreads, across multiple cores in a CPU or CPUs in a cluster. NeuraNEP emulates a distributed processing environment capable of handling millions of microthreads in parallel, for example running neural networks with millions of spiking cells.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Thot toolkit repository has moved to http://daormar.github.io/thot/ Thot is a toolkit for statistical machine translation. The new Thot toolkit includes fully automatic and interactive machine translation, incremental training of statistical models, parallel estimation, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    WebRTCBench

    A benchmark for WebRTC implementations

    WebRTCBench is a benchmark suite to provide quantitative comparison of WebRTC implementations across different browsers and architectures. It also includes a database interface for storing measurement results. The benchmark was developed at the Parallel Architectures and Systems Lab at the University of California Irvine supported by a generous grant from Intel Corporation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Eye candy showing parallel Conway's Life games in the bit planes of the screen, using boolean BitBlt operations. (Independently rediscovered algorithm given already in Smalltalk-80 Blue Book, by the inventors of BitBlt.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 5
    myopentrader

    myopentrader

    Open-source complex-event based trading engine

    ...We have started MOT in 2012 and we have been using MOT ever since successfully. The best way of describing MOT is a flexible open-source trading framework. It is built from ground up as a parallel computing engine, which allows to do large scale parallel backtesting. MOT is distributed under the GPL v3 License and is free to use for everyone without warranty. MyOpenTrader.org is not responsible for any of your trading losses and can not be held accountable. Use the framework at your OWN risk. MOT is written purely in Java (1.6++) and has dependencies on a DB as well as a MQ Broker (such as ActiveMQ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    User-union is a set of programs for POSIX/Unix/Linux systems that lets you have "union mounts" without special privilege. The result: change requests in one directory are actually performed in a separate parallel directory instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Java OpenBase

    Java OpenBase

    Java all purpose Library

    A small library with some day to day problemsolving classes. Database, XML, Parallel, Math, String, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    instantFSM

    C++ inline state machine library

    instantFSM is a header-only C++ state machine library. Its goal is to make state machine declaration and use easy enough that it can be integrated into your projects painlessly. Have a look atp the wiki where you will find a tutorial, samples, and a cheatsheet to get accustomed with instantFSM. The only instantFSM header file is downloadable from the files section or you can check it out from the git repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    STMX

    High-performance transactional memory for Common Lisp

    ...Instead of traditional lock-based programming, one programs with atomic memory transactions: if a memory transaction returns normally it gets committed, if instead it signals an error (Lisp slang for throwing an exception) it is rolled back. Memory transactions can safely run in parallel in different threads, are re-executed from the beginning in case of conflicts or if consistent reads cannot be guaranteed, and effects of a transaction are not visible from other threads until it commits. STMX gives freedom from deadlocks, automatic rollback on failure, and it aims at resolving the tension between granularity and concurrency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Financial reporting cloud-based software. Icon
    Financial reporting cloud-based software.

    For companies looking to automate their consolidation and financial statement function

    The software is cloud based and automates complexities around consolidating and reporting for groups with multiple year ends, currencies and ERP systems with a slice and dice approach to reporting. While retaining the structure, control and validation needed in a financial reporting tool, we’ve managed to keep things flexible.
    Learn More
  • 10
    LABjs

    LABjs

    Loading And Blocking JavaScript

    LABjs is a lightweight JavaScript loader focused on speeding up page performance by controlling how and when scripts download and execute. It provides an expressive API to load multiple files in parallel while guaranteeing execution order, so dependent scripts don’t break. By decoupling fetch from execute, it avoids the blocking behavior of traditional tags and helps reduce perceived load time. LABjs embraces a “load groups, then wait” model that makes dependency management clear without a separate build step. It’s designed to work across a wide range of browsers, including older ones, which is why it relies on robust feature detection and time-tested loading techniques. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    Perl System Test
    Perl System Test (PEST) is a test harness, written in Perl, for running processes on a distributed testbed via SSH. Test processes are defined in a simple config file for execution on remote hosts, enabling a tester to run tests in serially or in parallel. Processes are as non-blocking and un-buffered as possible. The harness redirects process output to an individual log for each process and logs process metadata. It captures the return code of each remote process and interprets 0 as pass and everything else as fail, enabling it to run tests written in any language. The harness depends on a standard testbed descriptor to facilitate portability across testbeds. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Puf is a command line web (HTTP) client. It is similar to GNU wget (and has similar options), but has the ability to do many downloads in parallel. Of course, it supports recursive fetching.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14

    CUSHAW2: Parallel Gapped Read Alignment

    One of the leading short-/long-read aligner to large genomes

    ...Furthermore, our aligner shows good parallel scalability with respect to the number of CPU threads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Intermediate Language Distributed Just-In-Time (ILDJIT) is a unified compilation framework for CIL bytecode. It is a parallel and easily extensible framework thanks to its internal structure composed by plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Genetic Programming in OpenCL is a parallel implementation of genetic programming targeted at heterogeneous devices, such as CPU and GPU. It is written in OpenCL, an open standard for portable parallel programming across many computing platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SFrame is a C++ framework built around the ROOT libraries for analysing particle physics data. It gives a very high performance for processing data, by allowing the user to run his/her code on a distributed farm of machines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    Parallel Turn-based Engine

    Library for creating turn-based games with simultaneous moves.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Hrothgar Parallel LM/MCMC Minimizer

    A versatile MCMC and downhill optimization engine

    Hrothgar is a parallel minimizer and Markov Chain Monte Carlo generator by Andisheh Mahdavi of San Francisco State University. It has been used to solve optimization problems in astrophysics (galaxy cluster mass profiles) as well as in experimental particle physics (hadronic tau decays). It is probably adaptable enough to be applied to your merit function if you can write it in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ParaBWT - parallel BWT construction

    a parallel and space-efficient Burrows-Wheeler transfrom constructor

    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    giServer

    giServer

    giServer the easy to use and extensible batch and integration server

    The giServer is an easy-to-use integration server for process automation and event-driven or scheduled execution of batch jobs. Instead of using complex XML configuration files an elaborate GUI for batch job management is included. Some possible usage scenarios are: - Automatic processing of incoming data files - Big Data applications - Process automation - Data Mining/Aggregation applications - Automatic Reporting - Processing and analysis of database records
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    noSisyphos

    Embedded Rapid Application Development

    ...This system should be modular, which means, it's possible to add own components. The IDE (aka Tantalus) of the project must be able to handle also the self implemented components, without a recompile. It's possible to work parallel for the gui, the information are stored in XML, but for usage the data are transformed into a binary format, which decrease the code size and increase the speed of execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    piv_clustering

    piv_clustering

    structural clustering of atomic trajectories based on PIV

    This program allows to perform a structural cluster analysis of atomic trajectories obtained, e.g., from molecular dynamics simulations. At variance with other approaches, it is possible to analyse also processes in solution, e.g., chemical reactions in liquid water, since the distance metric is based on a Permutation Invariant Vector (PIV) that is symmetric under exchange of identical atoms or molecules, including on the same footing both solute and solvent degrees of freedom. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PARUS

    PARUS

    Dataflow parallel programming language for clusters

    PARUS is a data-flow parallel programming language that allows to build parallel programs for clusters and MPP multiprocessors. The data-flow graph is automatically converted to the C++/MPI source and linked with the libparus runtime library. Also there are available tools for benchmarking cluster interconnect and visualize it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    FASCIA: Parallel Subgraph Counting

    Parallel graph analysis package

    Fast Parallel Subgraph Counting using Color-coding.
    Downloads: 0 This Week
    Last Update:
    See Project