All Projects → concurrent-ll → Similar Projects or Alternatives

530 Open source projects that are alternatives of or similar to concurrent-ll

Object threadsafe
We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads
Stars: ✭ 280 (+324.24%)
Mutual labels:  concurrency, lock-free
Spscqueue
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
Stars: ✭ 307 (+365.15%)
Mutual labels:  concurrency, lock-free
Left Right
A lock-free, read-optimized, concurrency primitive.
Stars: ✭ 1,245 (+1786.36%)
Mutual labels:  concurrency, lock-free
concurrency-kit
🚄 Concurrency abstractions framework for Apple Platforms [Task, Atomic, Lock, Operation, etc.].
Stars: ✭ 17 (-74.24%)
Mutual labels:  concurrency, atomics
Crossbeam
Tools for concurrent programming in Rust
Stars: ✭ 4,180 (+6233.33%)
Mutual labels:  concurrency, lock-free
Thmap
Concurrent trie-hash map library
Stars: ✭ 51 (-22.73%)
Mutual labels:  concurrency, lock-free
Orleans
Orleans is a cross-platform framework for building distributed applications with .NET
Stars: ✭ 8,131 (+12219.7%)
Mutual labels:  scalability, concurrency
beems
a bee-queue based minimalist toolkit for building fast, decentralized, scalable and fault tolerant microservices
Stars: ✭ 33 (-50%)
Mutual labels:  scalability, concurrency
ring-election
A node js library with a distributed leader/follower algorithm ready to be used
Stars: ✭ 92 (+39.39%)
Mutual labels:  scalability, concurrency
Concurrencyfreaks
Stars: ✭ 299 (+353.03%)
Mutual labels:  concurrency, lock-free
optimistic lock coupling rs
🍋: A General Lock following paper "Optimistic Lock Coupling: A Scalable and Efficient General-Purpose Synchronization Method"
Stars: ✭ 21 (-68.18%)
Mutual labels:  concurrency, lock-free
Cloudi
A Cloud at the lowest level!
Stars: ✭ 352 (+433.33%)
Mutual labels:  scalability, concurrency
Jctools
jctools.github.io/jctools
Stars: ✭ 2,833 (+4192.42%)
Mutual labels:  concurrency, lock-free
Xenium
A C++ library providing various concurrent data structures and reclamation schemes.
Stars: ✭ 225 (+240.91%)
Mutual labels:  concurrency, lock-free
Awesome Lockfree
A collection of resources on wait-free and lock-free programming
Stars: ✭ 1,046 (+1484.85%)
Mutual labels:  concurrency, lock-free
System design
Preparation links and resources for system design questions
Stars: ✭ 7,170 (+10763.64%)
Mutual labels:  scalability, concurrency
Thespian
Python Actor concurrency library
Stars: ✭ 220 (+233.33%)
Mutual labels:  scalability, concurrency
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (+110.61%)
Mutual labels:  linked-list
event pool
a header-only event-driven library based on c++11.
Stars: ✭ 27 (-59.09%)
Mutual labels:  concurrency
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (+83.33%)
Mutual labels:  linked-list
Interviewbit
InterviewBit Solutions
Stars: ✭ 117 (+77.27%)
Mutual labels:  linked-list
workerpool
A workerpool that can get expanded & shrink dynamically.
Stars: ✭ 55 (-16.67%)
Mutual labels:  concurrency
microservice workshop
Microservices Architecture Workshop focuses on helping the developers / architects to understand the key Architecture paradigms with hands on section. The course helps the developers from Monolithic App mindset to a Microservices based App development. It also helps the developers with hands on development experience with key Microservices infra…
Stars: ✭ 69 (+4.55%)
Mutual labels:  scalability
Python3 data structures
Code from Youtube Tutorial Series
Stars: ✭ 90 (+36.36%)
Mutual labels:  linked-list
Linked List Good Taste
Linus Torvalds' linked list argument for good taste, explained
Stars: ✭ 1,223 (+1753.03%)
Mutual labels:  linked-list
dsa
data structure and algorithm - examples and implementations
Stars: ✭ 13 (-80.3%)
Mutual labels:  linked-list
Geeksforgeeks Dsa 2
This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.
Stars: ✭ 53 (-19.7%)
Mutual labels:  linked-list
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+143.94%)
Mutual labels:  linked-list
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (-18.18%)
Mutual labels:  linked-list
Dsa Geeksclasses
DSA-Self Paced With Doubt Assistance Course Solutions in Python (Python 3)
Stars: ✭ 137 (+107.58%)
Mutual labels:  linked-list
go-left-right
A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right - A Concurrency Control Technique with Wait-Free Population Oblivious Reads>
Stars: ✭ 42 (-36.36%)
Mutual labels:  concurrency
Data Structures
Data-Structures using C++.
Stars: ✭ 121 (+83.33%)
Mutual labels:  linked-list
threads
Fork threads and wait for their result
Stars: ✭ 28 (-57.58%)
Mutual labels:  concurrency
Plf list
A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on average. 20-24% speed increase in use-case testing.
Stars: ✭ 98 (+48.48%)
Mutual labels:  linked-list
DSA--GeeksForGeeks
DSA course solutions in C++ Jump to below directly for more problems
Stars: ✭ 47 (-28.79%)
Mutual labels:  linked-list
Data Structures
This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site
Stars: ✭ 82 (+24.24%)
Mutual labels:  linked-list
interview-cookbook
A playground for learning DataStructures, Algorithms, and Object-Oriented Concepts.
Stars: ✭ 25 (-62.12%)
Mutual labels:  linked-list
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+1609.09%)
Mutual labels:  linked-list
reactor-workshop
Spring Reactor hands-on training (3 days)
Stars: ✭ 114 (+72.73%)
Mutual labels:  concurrency
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-46.97%)
Mutual labels:  linked-list
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+603.03%)
Mutual labels:  linked-list
Coding Ninjas Java Solutions
This will have solutions to all the problems that are included in Coding Ninja's 2020 Java Course. Star the repo if you like it.
Stars: ✭ 32 (-51.52%)
Mutual labels:  linked-list
Liblist
Generic Linked list Management Library in C
Stars: ✭ 22 (-66.67%)
Mutual labels:  linked-list
Clustering4Ever
C4E, a JVM friendly library written in Scala for both local and distributed (Spark) Clustering.
Stars: ✭ 126 (+90.91%)
Mutual labels:  scalability
Lock-free-Red-black-tree
Implementation of lock-free red-black tree using CAS
Stars: ✭ 21 (-68.18%)
Mutual labels:  lock-free
pipeline
Pipelines using goroutines
Stars: ✭ 46 (-30.3%)
Mutual labels:  concurrency
koa-plus
The Koa framework extended for APIs. Optimized for security, scalability, and productivity.
Stars: ✭ 17 (-74.24%)
Mutual labels:  scalability
Libphorward
C/C++ library for dynamic data structures, regular expressions, lexical analysis & more...
Stars: ✭ 18 (-72.73%)
Mutual labels:  linked-list
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (+846.97%)
Mutual labels:  linked-list
Heisenberg
Chemical Structure Builder with Swift & iOS ⚛️🧪
Stars: ✭ 51 (-22.73%)
Mutual labels:  linked-list
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+831.82%)
Mutual labels:  linked-list
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (+731.82%)
Mutual labels:  linked-list
simpledbm
SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.
Stars: ✭ 51 (-22.73%)
Mutual labels:  concurrency
BEW-2.5-Strongly-Typed-Languages
💪 Learn and implement the design patterns and best practices that make Go a top choice at high-velocity startups like Lyft, Heroku, Docker, Medium, and more!
Stars: ✭ 14 (-78.79%)
Mutual labels:  concurrency
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+6628.79%)
Mutual labels:  linked-list
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (+477.27%)
Mutual labels:  linked-list
Dashboard
A collection of open source projects relevant for industrial ecology practitioners, hosted on GitHub and beyond
Stars: ✭ 107 (+62.12%)
Mutual labels:  linked-list
Data Structures
Go datastructures.
Stars: ✭ 336 (+409.09%)
Mutual labels:  linked-list
Algods
Implementation of Algorithms and Data Structures, Problems and Solutions
Stars: ✭ 3,295 (+4892.42%)
Mutual labels:  linked-list
Actors.jl
Concurrent computing in Julia based on the Actor Model
Stars: ✭ 95 (+43.94%)
Mutual labels:  concurrency
1-60 of 530 similar projects