whimxiqal / journey

A server-side path-finding Minecraft plugin
MIT License
14 stars 2 forks source link

Compute Paths in Parallel #39

Closed TheDeafCreeper closed 1 year ago

TheDeafCreeper commented 1 year ago

The goal of this PR is to resolve #32.

The tasks that need to be done for this are (as listed in the issue):

TheDeafCreeper commented 1 year ago

The current new system does not process any of the PathTrials after being canceled, and I have not implemented any new stuff to do with resource limiting, mostly because I have no idea how to actually modify the config system.

Processing successful PathTrials I'll do before submitting this for review, I think I'll leave the extra config options though for a different PR.

TheDeafCreeper commented 1 year ago

Actually, caching doesn't seem to be done in main right now either, so I'll just open for review now.