Optimise my first function (#8)

This commit is contained in:
Patrick Stevens
2023-04-03 11:36:31 +01:00
committed by GitHub
parent bc66457edf
commit 1ea0383710
5 changed files with 177 additions and 32 deletions

1
Cargo.lock generated
View File

@@ -55,6 +55,7 @@ dependencies = [
name = "little_learner_app"
version = "0.1.0"
dependencies = [
"arrayvec",
"immutable-chunkmap",
"little_learner",
"ordered-float",