An extremely fast, standalone n-th prime calculator written in pure LLVM IR. Bypasses libc entirely to achieve sub-linear time complexity using analytic number theory and custom hash-table memoization.
math optimization x86-64 llvm prime-numbers dynamic-programming bare-metal number-theory llvm-ir lehmer-algorithm
-
Updated
Jun 5, 2026 - LLVM