Correct test performance numbers

This commit is contained in:
Chris Hapgood
2026-01-08 08:55:17 -05:00
parent 0bf150f662
commit d908c5c656

View File

@@ -45,7 +45,7 @@ the test suite.
- We have implemented an efficient solution in less than one hundred lines of documented Clojure code with no additional dependencies. - We have implemented an efficient solution in less than one hundred lines of documented Clojure code with no additional dependencies.
It takes about two seconds to complete the test suite. It takes about two seconds to complete the test suite.
- We have implemented an extremely space- and time-efficient solution in around 300 lines of bespoke and performance-tuned Clojure - We have implemented an extremely space- and time-efficient solution in around 300 lines of bespoke and performance-tuned Clojure
code with no additional dependencies. It takes about 6µs to complete the test suite. code with no additional dependencies. It takes about 200µs to complete the test suite.
(Performance was measured on a 2023 MacBook Pro with an Apple M2 Pro processor and 32G of RAM using clojure 1.11.1 on temurin-17) (Performance was measured on a 2023 MacBook Pro with an Apple M2 Pro processor and 32G of RAM using clojure 1.11.1 on temurin-17)