pnevyk / gryf

Graph data structure library aspiring to be convenient, versatile, correct and performant.
MIT License
69 stars 1 forks source link

Fix storages #49

Closed pnevyk closed 1 year ago

pnevyk commented 1 year ago

46 introduced fuzz targets for all currently implemented storages. All of them failed. Fix the storages such that fuzzing does not reveal a problem after running for some time.

pnevyk commented 1 year ago

Fixing Stable storage is currently blocked by #55.

pnevyk commented 1 year ago

Completed in #61