An open API service indexing awesome lists of open source software.

https://github.com/statusfailed/cartographer-har


https://github.com/statusfailed/cartographer-har

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# HAR

This is an implementation of HARs: a datastructure (and algorithms) for
implementing string diagrams using sparse adjacency matrices.

It accompanies [this paper](https://arxiv.org/abs/2105.09257)
and [this talk](https://youtu.be/We7FuoOCxyA?t=7937)

For the **sparse-matrix-based implementation**, see the file
[cartographer_har/sparse_slice.py](cartographer_har/sparse_slice.py)

For **HAR benchmarks**, see the [benchmarks](./benchmarks) folder

For the corresponding **catlab benchmarks**, see
[catlab-benchmark.jl](./julia/catlab-benchmark.jl)

# Raw data of experiments

See the [./results](./results) folder.
**NOTE CAREFULLY**: the data in `catlab-results.csv` uses time in nanoseconds,
while the data in `har-results.csv` has time in seconds.