persistent
Here are 136 public repositories matching this topic...
-
Updated
Oct 6, 2020 - C++
-
Updated
Feb 28, 2019 - JavaScript
-
Updated
Sep 9, 2020 - Ruby
-
Updated
Sep 5, 2018 - JavaScript
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
-
Updated
Aug 15, 2018 - JavaScript
-
Updated
Sep 9, 2020 - PHP
-
Updated
Jul 23, 2020 - TypeScript
-
Updated
Nov 23, 2019 - Python
-
Updated
Sep 24, 2020 - C#
-
Updated
Oct 3, 2018 - Java
-
Updated
Aug 20, 2020 - Go
-
Updated
Sep 30, 2019 - Go
-
Updated
Oct 3, 2018 - TypeScript
-
Updated
Nov 9, 2019 - JavaScript
-
Updated
Oct 7, 2020 - TypeScript
-
Updated
Feb 25, 2019 - Go
-
Updated
Jul 20, 2020 - JavaScript
-
Updated
Oct 20, 2020 - Python
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Mar 3, 2020 - Haskell
-
Updated
Jul 30, 2020 - Go
-
Updated
Sep 29, 2019 - JavaScript
-
Updated
Oct 5, 2020 - JavaScript
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