Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 877 Bytes

CHANGES.md

File metadata and controls

23 lines (16 loc) · 877 Bytes

com.hypirion/primes changelog

  • Major speed improvements for prime? and factorize,
  • Minor speed improvements for get, take-below and take.

0.2.0 API tag

  • Implement last-below and first-above, for quickly picking up primes in close vicinity of a number.
  • Implement factorize to quickly factorize a number.
  • Primes now only depend on Clojure 1.2.0 or higher, not 1.5.1.

0.1.0 API tag

  • get, prime?, primes, take and take-below added.