runtime-system
There are 45 repositories under runtime-system topic.
leostera/lam
:rocket: a lightweight, universal actor-model vm for writing scalable and reliable applications that run natively and on WebAssembly
objeck/objeck-lang
Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
mikeroyal/LLVM-Guide
LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs. Originally implemented for C/C++ , though, has a variety of front-ends, including Java, Python, etc.
ICLDisco/parsec
PaRSEC is a generic framework for architecture aware scheduling and management of micro-tasks on distributed, GPU accelerated, many-core heterogeneous architectures. PaRSEC assigns computation threads to the cores, GPU accelerators, overlaps communications and computations and uses a dynamic, fully-distributed scheduler based on architectural features such as NUMA nodes and algorithmic features such as data reuse.
kavon/llvm-statepoint-utils
Runtime support for LLVM's GC Statepoints
iyyel/fio
🪻A type-safe and highly concurrent library for F# based on pure functional programming
DARMA-tasking/vt
DARMA/vt => Virtual Transport
ecrc/hicma
HiCMA: Hierarchical Computations on Manycore Architectures
jay-johnson/nerfball
Want to see how something like Internet Chemotherapy works without bricking your own vms? This is a jail to reduce the python runtime from doing bad things on the host when running untrusted code. Nerf what you do not need :space_invader: + :bug: :soccer: :football: :whale:
MarioSieg/Corium
Corium is a modern scripting language which combines simple, safe and efficient programming.
hpc-io/pdc
Proactive Data Containers (PDC) software provides an object-centric API and a runtime system with a set of data object management services. These services allow placing data in the memory and storage hierarchy, performing data movement asynchronously, and providing scalable metadata operations to find data objects.
ppg-uoi/OMPi
A lightweight OpenMP compiler and runtime system for C.
uclasystem/midas
Midas is a memory management system that efficiently and safely harvests idle memory for applications' soft state.
XamanSoft/CPP-SystemRT
Threads, Sockets/NamedPipe, Daemon (Linux) / Service (Windows) Library in C++
Yupeek/django-dynamic-logging
a django app to manage logging at runtime without restart
snapp-incubator/charlie
Docker image for executing python script directly from repository.
KaoCC/StreamingPrototype
A cloud-based rendering engine that creates photo-realistic images for seamless viewing and editing.
george-matheou/freddo-project
FREDDO is a software runtime that provides data-driven concurrency on single-node and distributed multi-core systems.
KaoCC/HeterogeneousQueue
The Heterogeneous Queuing Framework utilizing Fibers
kstenschke/doShell
Headful automation on Linux and Mac OS
whatchamacallem/hatchlingplatform
Small C++ run-time intended to be developed against on the desktop before cross compiling to an embedded target or WebAssembly.
YTiOSer/YTRuntimeDemo
Runtime- 结合Demo, 让你轻松搞定
DistributedComponents/verdi-runtime
Verdi framework runtime library
joaomlneto/mayfly-compiler
Compilers course project @ IST 2013
Mandar-Shinde/vcredist
Visual C++ Redistributable Packages
Quingo/Quingo-runtime
Quingo runtime system.
anamud/mir-dev
MIR is a task-based runtime system library specialized for high performance execution and detailed yet cost-effective profiling of OpenMP programs.
CHART-Team/xitao-old-fork
XiTAO is a lightweight layer built on top of modern C++ features with the goals of being low-overhead and serving as a development platform for testing scheduling and resource management algorithms.
prateek22sri/Runtime-system-benchmarking
Conducted a comparative analysis on scaling results for graph algorithms like single source shortest path (SSSP) algorithm using multiple runtime systems thereby reducing time to solution for graph processing with message driven runtime systems (like Charm++, HPX5), parallel boost graph library, or Graph500
PRiME-project/PRiME-Framework
Repository for development of the PRiME Framework software.
reblox01/Activity-Bot
Rick's Activities have a Command's Bot (Discord), and it's the utility bot, gameses, music 24/7 for free, reaction roles & Actviti as a Command's to make Discord Server Wondeful. Made by SN E KY#6824 (REBLOX01) using JS(JavaScript), env, Docker, Py, npm,...
smudgelang/smear
Smudge Environment and Runtime
Spriithy/LightScript
The LightScript Compiler & Embed in Java RT environment
trahay/ANR-Pythia
ANR Pythia project repository
entityoneuk/node
Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
i-e-b/CompiledScript
Parse and compile a simple prefix language to a simple byte code.