daveyarwood / djy

A library of character utility functions for Clojure
Eclipse Public License 1.0
37 stars 3 forks source link

Benchmarking with Criterium #4

Closed daveyarwood closed 9 years ago

daveyarwood commented 9 years ago

Use Criterium to build a range of benchmarks to test the performance of this library's functions vs. their pure Java equivalents.

Examples of things to benchmark:

daveyarwood commented 9 years ago

Added benchmarks for char'. The next thing is to add some benchmarks for processing text from websites, with varying amounts of supplementary characters, in order to benchmark char-seq and code-point-of.