#
persistent
Here are 132 public repositories matching this topic...
Postmodern immutable and persistent data structures for C++ — value semantics at scale
-
Updated
Jul 29, 2020 - C++
Wormhole — it's better EventEmitter for communication between tabs with supporting Master/Slave.
-
Updated
Feb 28, 2019 - JavaScript
A Vagrant plugin that creates a persistent storage and attaches it to guest machine.
-
Updated
Sep 9, 2020 - Ruby
Immutable and structurally typed data
-
Updated
Sep 5, 2018 - JavaScript
2
simerplaha
commented
Mar 1, 2020
ObservableMap can be built on top of Map. All the documentation needed to built this type is available on the documentation site.
I do not have any concrete requirements on how the APIs would look like but Observable types should make it simple to attach listeners and react to changes in the database.
Another option
A persistent job or task queue backed by RethinkDB.
-
Updated
Aug 15, 2018 - JavaScript
Manage Laravel configuration by persistent storage
-
Updated
Sep 9, 2020 - PHP
React hooks for persistent state
-
Updated
Jul 23, 2020 - TypeScript
Persistent caching for python functions
-
Updated
Nov 23, 2019 - Python
Fast and memory-efficient immutable collections and helper data structures
map
performance
immutable
avl-tree
functional-programming
dictionary
value-semantics
persistent
algebraic-data-types
data-structures
zipper
lock-free
discriminated-unions
memory-efficient
sum-types
compare-and-swap
2-3-4-tree
reference-semantics
-
Updated
Sep 16, 2020 - C#
A general-purpose logging library with built-in support to save logs to file efficiently.
-
Updated
Oct 3, 2018 - Java
Golang package for send email. Support keep alive connection, TLS and SSL. Easy for bulk SMTP.
go
golang
mail
email
persistent
timeout
smtp
persistent-connections
golang-package
smtp-client
smtp-mail
keep-alive
send-email
bulk-email
send-email-with-attachment
bulk-email-sender
-
Updated
Aug 20, 2020 - Go
distributed data sync with operational transformation/transforms
golang
sync
distributed-systems
reactive
stream
transformations
versioning
persistent
dot
transformation
ot
versioned
operational
transforms
-
Updated
Sep 30, 2019 - Go
Persistent HashMap for TypeScript
-
Updated
Oct 3, 2018 - TypeScript
Persistent multiplayer map of pins and stories.
-
Updated
Nov 9, 2019 - JavaScript
Simple React Hook to persist/cache the useState locally. Easily load stale state for better ux.
-
Updated
Aug 7, 2020 - TypeScript
-
Updated
Jul 20, 2020 - JavaScript
Container Storage Interface (CSI) for MooseFS
kubernetes
storage
cluster
kubernetes-cluster
persistent
persistent-storage
volume
csi
moosefs
claim
persistent-volume
persistent-volume-claim
storage-providers-moosefs
-
Updated
Feb 25, 2019 - Go
Open Research Computing
-
Updated
Sep 16, 2020 - Python
A type and helpers for typesafe SQL access in the presence of many databases.
-
Updated
Mar 3, 2020 - Haskell
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
golang
tree
threadsafe
concurrency
persistent
persistent-data-structure
concurrent
heap
datastructure
treap
-
Updated
Jul 30, 2020 - Go
Immutable finite list objects with constant-time equality testing (===) and no memory leaks.
memoization
immutable
functional
functional-programming
tuples
equality
persistent
immutability
garbage-collection
persistent-data-structure
internalization
memory-leak
tuple
equality-test
-
Updated
Sep 29, 2019 - JavaScript
A map displaying threat actors from the misp-galaxy
-
Updated
May 28, 2020 - TypeScript
Improve this page
Add a description, image, and links to the persistent topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the persistent 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