MarginaliaSearch/code/libraries/next-prime
Viktor Lofgren fe8d583fdd (sys) Upgrade to JDK22
This also entails upgrading JIB to 3.4.1 and Lombok to 1.18.32.
2024-03-21 14:27:13 +01:00
..
java/nu/marginalia/util (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
test/nu/marginalia/util (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
build.gradle (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
readme.md Additional code restructuring to get rid of util and misc-style packages. 2023-03-11 13:48:40 +01:00

Next Prime Util

This is a brute force prime sieve. If finding many (or large) primes quickly is important to you, don't use code like this.