Be aware that this branch (improve-arbitraryshape-caching) is not the main branch (version/7.2.x)!

Branches other than the main one may be experimental. In addition, you should be using stable releases rather than these test builds.

Go to main branch View stable downloads
View last successful build
Branch#StatusChangesFinished
improve-arbitraryshape-caching#6432Tests passed: 219, ignored: 1
  • Improve ArbitraryShape caching Every point is now only evaluated once. (7a5abee9 by tomylobo)
7 days ago
improve-arbitraryshape-caching#6431Tests passed: 219, ignored: 1
  • Improve ArbitraryShape caching Every point is now only evaluated once. (be2e0385 by tomylobo)
7 days ago
improve-arbitraryshape-caching#6425Tests passed: 219, ignored: 1
  • Switch cache from Optional.empty() to a static instance I also make it return the static instance instead of null in getMaterial, which not only saves 1 assignment but also makes code more readable. In order to keep backwards compatibility, I unfortunately have to keep that `if (cacheEntry == null)` in getMaterialCached. (d3bf565b by tomylobo)
7 days ago
improve-arbitraryshape-caching#6424Tests passed: 219, ignored: 1; gradle exception; exit code 1 (Step: Build (Gradle)); artifacts size 0 B is 1 B less than the provided threshold 1 B
  • Switch cache from Optional.empty() to a static instance I also make it return the static instance instead of null in getMaterial, which not only saves 1 assignment but also makes code more readable. In order to keep backwards compatibility, I unfortunately have to keep that `if (cacheEntry == null) cacheEntry = OUTSIDE;` in getMaterialCached. (e733e45e by tomylobo)
7 days ago
improve-arbitraryshape-caching#6423Tests passed: 219, ignored: 1; gradle exception (new); exit code 1 (Step: Build (Gradle)) (new); artifacts size 0 B is 1 B less than the provided threshold 1 B (new)
  • Switch cache from Optional.empty() to a static instance I also make it return the static instance instead of null in getMaterial, which not only saves 1 assignment but also makes code more readable. In order to keep backwards compatibility, I unfortunately have to keep that `if (cacheEntry == null) cacheEntry = OUTSIDE;` in getMaterialCached. (9c4a2271 by tomylobo)
7 days ago
improve-arbitraryshape-caching#6420Tests passed: 219, ignored: 1
  • Improve ArbitraryShape caching Every point is now only evaluated once. (7cf5a273 by tomylobo)
10 days ago
  • «
  • 1
  • »