Skip to content

Commit 49c29f4

Browse files
authored
update (#43)
1 parent 0284ca2 commit 49c29f4

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# tiny-solver-rs
2-
> Warning! This project is still under development.
3-
42
[![crate](https://img.shields.io/crates/v/tiny-solver.svg)](https://crates.io/crates/tiny-solver)
53
[![PyPI - Version](https://img.shields.io/pypi/v/tiny-solver.svg)](https://pypi.org/project/tiny-solver)
64
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tiny-solver.svg)](https://pypi.org/project/tiny-solver)
@@ -10,7 +8,7 @@ Inspired by [ceres-solver](https://github.com/ceres-solver/ceres-solver), [tiny-
108
This is a general optimizer written in Rust, including bindings for Python. If you're familiar with ceres-solver or factor-graph optimizers, you'll find it very easy to use.
119

1210
#### Other great rust optimizers
13-
* [factrs](https://github.com/rpl-cmu/factrs)
11+
* [fact.rs](https://github.com/rpl-cmu/fact.rs)
1412
* [sophus-rs](https://github.com/sophus-vision/sophus-rs)
1513

1614
## Installation
@@ -33,10 +31,10 @@ cargo add tiny-solver
3331
- [ ] information matrix
3432

3533
## Benchmark
34+
On m3 macbook air
3635
| dataset | tiny-solver | gtsam | minisam |
3736
|---------|-------------|---------|----------|
38-
| m3500 | 161.1ms | 130.7ms | 123.6 ms |
39-
| | | | |
37+
| m3500 | 128.3ms | 130.7ms | 123.6 ms |
4038

4139
It's not extremely optimized, but it's easy to install and use.
4240

0 commit comments

Comments
 (0)