Implemented ordered lists

This commit is contained in:
Eduard Urbach 2024-04-03 09:23:52 +02:00
parent 009f94c38b
commit 04e564fdf8
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
3 changed files with 40 additions and 5 deletions

View file

@ -51,9 +51,9 @@ coverage: 100.0% of statements
## Benchmarks
```
BenchmarkSmall-12 5933677 190.8 ns/op 32 B/op 1 allocs/op
BenchmarkMedium-12 971929 1085 ns/op 512 B/op 1 allocs/op
BenchmarkLarge-12 277028 4075 ns/op 2560 B/op 2 allocs/op
BenchmarkSmall-12 5836533 205.3 ns/op 32 B/op 1 allocs/op
BenchmarkMedium-12 967740 1103 ns/op 512 B/op 1 allocs/op
BenchmarkLarge-12 277908 4099 ns/op 2560 B/op 2 allocs/op
```
## License