#
concurrent
Here are 385 public repositories matching this topic...
the champagne of beta embedded databases
rust
tree
orm
database
high-performance
persistence
fuzzing
formal-methods
concurrent
lock-free
log-structured
kv
b-tree
sled
b-plus-tree
b-link-tree
bw-tree
incredibly-spicy
embedded-kv
crash-testing
-
Updated
Aug 31, 2020 - Rust
neko-kai
commented
Jul 12, 2020
CE have released their own take on tracing, with following notable changes compared to original ZIO Tracing:
- Instead of parsing lambdas, CE throws exceptions in IO constructors and cleans up stacktraces. That also means there is no regional control of tracing and AFAIK no way to avoid slight overhead even when tracing is completely disabled – but OTOH it may probably work on Scala.js
- Trace
A new Unix shell.
-
Updated
Jul 20, 2020 - Go
Concurrent and multi-stage data ingestion and data processing with Elixir
-
Updated
Aug 25, 2020 - Elixir
List of Elixir books
language
programming-language
pdf
distributed-systems
erlang
elixir
phoenix
otp
books
fault-tolerance
tutorials
epub
erlang-vm
concurrent
elixir-phoenix
phoenix-framework
programming-erlang
programming-elixir
elixir-books
elixir-school
-
Updated
Dec 20, 2019
Blazing fast concurrent HashMap for Rust.
data-structures
hashmap
concurrent-programming
concurrent
concurrent-map
hashtable
concurrent-data-structure
-
Updated
Aug 17, 2020 - Rust
必看!java后端,亮剑诛仙。java发展路线技术要点。
mysql
java
linux
shell
docker
redis
http
kafka
spring-boot
jvm
netty
raft
jdk
concurrent
raft-protocol
shardingsphere
-
Updated
Oct 19, 2019
100% Vanilla Javascript Multithreading & Parallel Execution Library
nodejs
javascript
multi-threading
react-native
worker
thread
concurrency
parallel
parallel-computing
web-worker
multithreading
parallelism
thread-pool
concurrent
threads
parallel-processing
isomorphic-javascript
transferable-objects
javascript-multithreading
web-workers
-
Updated
Aug 31, 2020 - JavaScript
java-study 是本人学习Java过程中记录的一些代码!从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类, 以及一些常用框架,netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。
-
Updated
Jul 1, 2020 - Java
Fast job queuing and RPC in python with asyncio and redis.
-
Updated
Aug 31, 2020 - Python
Pipeline is a package to build multi-staged concurrent workflows with a centralized logging output.
-
Updated
Nov 10, 2018 - Go
Cloe programming language
-
Updated
Jul 12, 2018 - Go
Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes
c
linux
nosql
atomic
high-performance
ipc
zero-copy
multi-process
in-memory
logging-library
mmap
concurrent
shared-memory
hash-tables
memory-mapped
spin-lock
key-value-store
in-place
ipc-queue
memory-holes
-
Updated
Jun 28, 2019 - C
-
Updated
Jun 29, 2016 - C
npm
build
parallel
lerna
monorepo
build-tool
npm-scripts
concurrent
script-runner
pnpm
yarn-workspaces
script-runn
-
Updated
Aug 27, 2020 - TypeScript
React Suspense workshop
-
Updated
Jul 17, 2020 - JavaScript
Open
Create front page
Odomontois
commented
Aug 6, 2020
Create a front page in this repo or another with main information about repo, probably some blog to bee seen at tofu.tf
A collection of useful utility functions
hashing
utility
compression
errors
utilities
string
strings
conversion
concurrency
parallel
decompression
hash
parallelism
conversions
string-manipulation
concurrent
conditions
conditional-statements
condition
conditional
-
Updated
Mar 29, 2020 - Go
Dao Programming Language
android
windows
macos
linux
lightweight
ios
embeddable
scripting-language
object-oriented
concurrent
optional-typing
-
Updated
Jun 11, 2019 - C
Collection of useful patterns
api
code-generator
worker
promise
message-bus
event-sourcing
singleton
retry
code-generation
concurrent
lease
fifo-queue
-
Updated
Jun 12, 2020 - Go
Automatic instrumentation for 3rd-party libraries in Java applications with OpenTracing.
java
agent
aws
elasticsearch
cassandra
spring
spring-boot
jdbc
jms
instrumentation
tracing
camel
okhttp
bytebuddy
rxjava2
concurrent
opentracing
kafka-client
mongodb-driver
specialagent
-
Updated
Aug 9, 2020 - Java
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
java
promises
async
executor
asynchronous
promise
concurrency
promise-library
async-programming
completionstage
completablefuture
concurrent-programming
java8
asynchronous-programming
concurrent
java-library
java9
executorservice
promise-interface
java11
-
Updated
Aug 26, 2020 - Java
Promises/A+ implementation for Qt/C++
-
Updated
Jun 8, 2020 - C++
A pytest plugin for parallel and concurrent testing
-
Updated
Aug 10, 2020 - Python
A fast SAT solver
testing
resolution
verification
artificial-intelligence
fuzzing
concurrent
logic-programming
dependencies
boolean-formulas
sat-solver
logic-circuit
circuit-sat
-
Updated
Jan 31, 2019 - Go
Improve this page
Add a description, image, and links to the concurrent topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the concurrent topic, visit your repo's landing page and select "manage topics."
In the current version of FASTER C++, on Linux, we use
libaiofor async IO handling. It is a known issue thatlibaiois not very efficient. Recently,io_uringis released with Linux kernel 5.1, which advertises to be a high performance aysnc IO library. It would be useful to try it and see if we can improve disk performance on Linux by replacinglibaiowith it.More details for io_uring