GraphLib icon indicating copy to clipboard operation
GraphLib copied to clipboard

Library for helping mods that use graph networks of blocks

Results 3 GraphLib issues
Sort by recently updated
recently updated
newest added

There are a lot of moving parts in this library and it would be nice to have a simple example to go along with it to show how everything works...

# The Issue Java's `Stream`s are slow. Much of the GraphLib API makes use of `Stream`s when returning an immutable reference to a collection. There are many instances where simply...

api

# The Issue Currently, accessing and mutating a block graph from multiple threads is likely to cause a `ConcurrentModificationException` or just give inconsistent data. The `SimpleBlockGraph`, `SimpleBlockGraphController`, and `UnloadingRegionBasedStorage` all...

wontfix