Commit graph

13 commits

Author SHA1 Message Date
Sam Therapy 4f384523a6
Add a docs site?
All checks were successful
Public Preview Builds / publish-preview (push) Successful in 40s
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2024-03-27 15:15:18 +01:00
Sam Therapy d67d2b9997
idk what all this is but it's a lot
Some checks failed
Public Preview Builds / publish-preview (push) Failing after 7s
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2024-03-26 17:27:42 +01:00
Sam Therapy 97301b1162
Target .NET 8
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-31 16:24:52 +01:00
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 5dbc9eb80c
More code cleanup idk
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-10-25 15:55:57 +02: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 02b5ab5e17
revert: Get rid of benchmark action
It did not work, and is not worth trying to fix.

This reverts commit 34cdc50fa58b1ba6cdeefb59e9b8907334b5f72f.
This reverts commit d49d0cb88db1c6d72d7811db3777a515ce490844.
This reverts commit ab3af71bac07798ef242463d1c85a33d7aa0ff24.
2023-10-25 15:55:57 +02:00
Sam Therapy e3bf492c97
misc: Don't benchmark everything; correct README
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-10-25 15:55:57 +02:00
Sam Therapy dffaaa26a8
feat(ci): Add benchmark action
Signed-off-by: Sam Therapy <sam@samtherapy.net>
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