-
Updated
Jan 30, 2016 - C
storage-engine
Here are 70 public repositories matching this topic...
-
Updated
Apr 12, 2017 - JavaScript
-
Updated
May 25, 2020 - C
Documentation currently says Java8 only. You should implement some CI for Java11 meaning supporting 11 (and onwards) is zero effort in the future.
-
Updated
Oct 24, 2019 - JavaScript
-
Updated
Nov 30, 2019 - PHP
Currently, we use a simple file to store all log messages:
https://github.com/Fullstop000/wickdb/blob/15c37ccff1c669a0f51831f4856afd374b631309/src/logger.rs#L54-L58
This could be a bad design as the log messages growing. Adding a file rotation by implementing a slog Drain might be a good solution.
-
Updated
May 25, 2020 - JavaScript
-
Updated
May 30, 2019 - Java
-
Updated
Mar 19, 2019 - Go
Currently libfpta uses /dev/shm or /tmp for temporary databases while testing.
This should be isolated on per-user basis to avoid conflicts.
Workaround:
- don't start more that one test suite simultaneously.
- manually delete all *.fpta and *.fpta-lck files inside /dev/shm or /tmp.
-
Updated
May 22, 2020 - TypeScript
-
Updated
Apr 16, 2020 - C#
-
Updated
May 11, 2020 - C#
-
Updated
May 22, 2020 - Java
-
Updated
May 25, 2020 - C
Add .listen(callback) method to listen window.onstorage event. It'll only work if storage is the localStorage, so this method can check when called and throw an error.
-
Updated
Oct 26, 2018 - PHP
-
Updated
May 25, 2020 - PHP
-
Updated
Jun 28, 2018 - JavaScript
-
Updated
May 23, 2020 - TypeScript
-
Updated
Oct 2, 2017 - C++
-
Updated
Apr 25, 2020 - Go
-
Updated
Mar 18, 2020 - Clojure
-
Updated
Apr 2, 2020 - C
-
Updated
May 13, 2020 - JavaScript
-
Updated
May 19, 2020 - JavaScript
-
Updated
Nov 21, 2018 - C#
Improve this page
Add a description, image, and links to the storage-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the storage-engine topic, visit your repo's landing page and select "manage topics."
@stavrospapadopoulos is planning to do a full pass on the docs in the next development cycle to improve consistency, including:
capacitydefinition (ref #1167).capacity -> sparse_capacityset_capacityneeds to return the dense capacity (e.g. for a HL api iterator over tiles)