persistent
Here are 138 public repositories matching this topic...
-
Updated
Nov 25, 2020 - Kotlin
-
Updated
Nov 4, 2020 - C++
-
Updated
Feb 28, 2019 - JavaScript
-
Updated
Sep 9, 2020 - Ruby
-
Updated
Sep 5, 2018 - JavaScript
Java configuration functions are mutable.
For example the following setClearAppliedFunctionsOnBoot function is mutable. This function and others should be immutable.
Map<String, Double, PureFunction<String, Double, Apply.Map<Double>>> products =
PersistentMap
.functionsOn(Paths.get("my_dir"), stringSerializer(), doubleSerializer(), Arrays.asList(discount))
.setClear-
Updated
Nov 18, 2020 - JavaScript
-
Updated
Sep 9, 2020 - PHP
-
Updated
Jul 23, 2020 - TypeScript
-
Updated
Nov 23, 2019 - Python
-
Updated
Nov 28, 2020 - C#
-
Updated
Oct 31, 2020 - Go
-
Updated
Oct 3, 2018 - Java
-
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
- Add more details to FAQs
- Create tutorials using various features of ORC.
- mention
/projectsfolder - How to use nbgitpuller and other recommendations (documentation/tutorials).
-
Updated
Sep 29, 2019 - JavaScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Mar 3, 2020 - Haskell
-
Updated
Jul 30, 2020 - Go
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