JBWAPI
JBWAPI copied to clipboard
Pure Java BWAPI Client implementation for JVM languages
Cache the starcraft download Using https://github.com/actions/cache ?
Currently and optimization exists to only copy over the dynamic game information: https://github.com/JavaBWAPI/JBWAPI/blob/f854bcfe3bb0616d05482d9fa114680afd1273e5/src/main/java/bwapi/FrameBuffer.java#L182 However we still allocate a full (33MB) buffer of which we only use parts because of that...
Also fix benchmarking