Commit graph

6 commits

Author SHA1 Message Date
dependabot[bot] 385c66eec0 build(deps): Bump BenchmarkDotNet from 0.13.8 to 0.13.10
All checks were successful
continuous-integration/drone/push Build is passing
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.8 to 0.13.10.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.8...v0.13.10)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08 14:49:36 +00:00
Sam Therapy a61acec08a
refactor: Rewrite everything
Rewrite the library from almost scratch to vastly improve performance
and slightly improve any maintainability

Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-10-25 15:55:57 +02:00
dependabot[bot] dfddb56135
build(deps): Bump BenchmarkDotNet from 0.13.7 to 0.13.8
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.7 to 0.13.8.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.7...v0.13.8)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 15:55:57 +02:00
dependabot[bot] df79d5afcd
build(deps): Bump BenchmarkDotNet from 0.13.5 to 0.13.7
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.5 to 0.13.7.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.5...v0.13.7)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 15:55:57 +02:00
Sam Therapy 213fe86329
refactor: Put FFI in its own project
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-10-25 15:55:52 +02:00
Sam Therapy b3fa862f39
feat: Initial commit 2023-05-13 20:10:14 +02:00