#
binary-storage
Here are 7 public repositories matching this topic...
A simple C++17 wrapper for HDF5
cmake
filesystem-library
storage
eigen
hdf5
cpp17
tensors
spdlog
hdf
hdf5-library
binary-storage
eigen3
hdf5-wrapper
hdf5-files
-
Updated
Nov 16, 2021 - C++
The simplest artifact repository manager out there. Really.
artifact-repository-manager
binary-manager
binary-repository-manager
binary-repositry
binary-storage
binary-browser
artifact-repository
artifact-manager
artifact-storage
artifact-browser
-
Updated
Feb 25, 2018 - Go
Storing small files in the form of key-value
-
Updated
Mar 30, 2020 - C++
This is a mirror of h5du found at https://github.com/DavidAce/h5du
-
Updated
Sep 30, 2021 - C++
Binary Storage is a write-once, read-many data structure stored on the hard drive
-
Updated
May 7, 2020 - C#
Improve this page
Add a description, image, and links to the binary-storage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the binary-storage topic, visit your repo's landing page and select "manage topics."


Right now, if you create a pack or a snapshot, we don't check for an already existing one. The idea is to use the AtomicFileCreate API to check for the existence without a TOCTOU bug since it may take some time to create an output.
So the task is to wire this together, or alternatively implement a straightforward fs::exists check.
We should also provide a flag to overwrite (--force?), since