lf-lang / reactor-rs

Reactor runtime implementation in Rust
MIT License
9 stars 5 forks source link

Use of external verified VecMap crate #39

Closed jhaye closed 1 year ago

jhaye commented 1 year ago

This does compile and should work out of the box.

But I want to make some performance testing first, before merging, since I replace every expression that uses closures.

lhstrh commented 1 year ago

@petervdonovan here is another use case for continuous benchmarking.

jhaye commented 1 year ago

Right, so there is basically no performance difference: image

There are some detectable differences, but they even out overall. And they are seemingly just a result of already existing benchmark performance variation.