This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

New sync and collections packages

David Greeson requested to merge objectstorage into main

Summary

This MR comes with an object storage synchronizer that synchronizes objects to files on disk as well as adds a Set collection object which is actually implemented as a map under the hood. This ended up being a pretty helpful data structure.

Finally there were a few tweaks:

  • Add a test runner script
  • Don't host hidden files
  • Fix bad logging

Merge request reports