Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by schets

A curated list of projects in awesome lists by schets .

https://github.com/schets/multiqueue

A fast mpmc queue with broadcast capabilities

broadcast-queue lock-free mpmc-queues multiple-consumers stream

Last synced: 22 Dec 2024

https://github.com/schets/concurrent_compacting_datastructures

Contains a set of single-writer concurrent datastructures backed by a mostly-pauseless compacting GC

Last synced: 03 Dec 2024

https://github.com/schets/consume

Consume memory ordering in rust

Last synced: 03 Dec 2024

https://github.com/schets/lilac

Code for applying control and learning algorithms to dynamical systems

Last synced: 03 Dec 2024

https://github.com/schets/scalable-jobqueue

An efficient fork-join library that scales to high core counts

Last synced: 03 Dec 2024

https://github.com/schets/fast_alloc

Playing around with some simple slab allocators

Last synced: 03 Dec 2024

https://github.com/schets/concurrent_gc

Making a concurrent gc

Last synced: 03 Dec 2024

https://github.com/schets/incrementalcompactor

Incremental GC for use in latency-sensitive settings

Last synced: 03 Dec 2024

https://github.com/schets/c_flat_combining

Flat combining for C

Last synced: 03 Dec 2024

https://github.com/schets/transactional

Transactional datastructures

Last synced: 03 Dec 2024

https://github.com/schets/rust-dataflow

Something like LMAX disruptor, but better

Last synced: 03 Dec 2024

https://github.com/schets/contention_test

Demonstrates the affects of different atomic operations and contention situations on multithreaded performance

Last synced: 03 Dec 2024

https://github.com/schets/conc_hash

A reader-oriented concurrent hash table

Last synced: 03 Dec 2024

https://github.com/schets/vimrc

vimrc

Last synced: 03 Dec 2024

https://github.com/schets/cached-trie

working repo for crossbeam cached trie - http://aleksandar-prokopec.com/resources/docs/p137-prokopec.pdf

Last synced: 03 Dec 2024

https://github.com/schets/compacting_object_pool

An object pool that defragments itself

Last synced: 03 Dec 2024

https://github.com/schets/pipeline

Last synced: 03 Dec 2024

https://github.com/schets/incremental_arc

A reference counted pointer which avoids dereference chains

Last synced: 03 Dec 2024

https://github.com/schets/finite_branch_predictor

Demonstrate that branch prediction is a finite resource

Last synced: 03 Dec 2024

https://github.com/schets/flat_combining

A library for adding flat_combining to datastructures, a technique for making complex data structures concurrent in an effective manner

Last synced: 03 Dec 2024

https://github.com/schets/fast_rng

examining options for a fast and low latency rng with decent quality numbers

Last synced: 03 Dec 2024

https://github.com/schets/emacs

Emacs config,heavily based on oh-my-emacs

Last synced: 03 Dec 2024

https://github.com/schets/proofs_class_project

Coursework for https://sites.google.com/site/csee6863/

Last synced: 03 Dec 2024

https://github.com/schets/atomic_utilities

Some basic utilities for high-performance atomics on multiple architectures

Last synced: 03 Dec 2024

https://github.com/schets/forkjoin

A better/faster version of Java ForkJoin

Last synced: 03 Dec 2024

https://github.com/schets/latency_task_scheduler

A parallel task scheduler with a focus on low latency (although not hard-realtime)

Last synced: 03 Dec 2024

https://github.com/schets/queue_bench

Comparing the performance of a bounded and unbounded queue

Last synced: 03 Dec 2024

https://github.com/schets/exclusiveptr

A cross-platform abstraction that provides ll/sc primitives

Last synced: 03 Dec 2024