fee 0.2.0

The fastest expression evaluators
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Roadmap

## v0.2.x optimizations and features
- [ ] Add C bindings
- [ ] Remove the Infix parsing overhead
- [ ] Study the performance impact of using function in the expressions
- [ ] Study the possibility of multithreading to improve performance
- [ ] Extend the operator support to include %, logic, comparison and bitwise
- [ ] Support for matrices and vectors

## v0.3
- [ ] WASM/JIT

## v0.4
- [ ] Rust code generator from expressions