NikV2 / BruteForceInterpolation

An amazing representation of what Brute Forcing Interpolation Looks like in action.
Other
60 stars 10 forks source link

not enough cached thread pools #16323

Closed ghost closed 2 years ago

ghost commented 2 years ago

i think you need to do Executors.newCachedThreadPool(), at least one more time so the interpolation works better

NikV2 commented 2 years ago

Thank you for your suggestion.