d-led / htm.pony

an HTM experiment in Pony based on the Go implementation https://github.com/htm-community/htm/
GNU Affero General Public License v3.0
3 stars 0 forks source link

Benchmark the dense and sparse matrices #4

Open d-led opened 5 years ago

d-led commented 5 years ago

microbenchmarks/main.pony is a frame to start working on benchmarks.

There are some benchmarks in the Go version that could be ported for comparison: https://github.com/htm-community/htm/blob/master/denseBinaryMatrix_test.go#L166

Example of a Pony Benchmark: https://github.com/d-led/pony-bitarray/blob/master/bitarray/bench/bench_bitarray.pony

d-led commented 5 years ago

see also #5