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

View File

@@ -8,4 +8,5 @@ edition = "2021"
[dependencies]
immutable-chunkmap = "1.0.5"
ordered-float = "3.6.0"
little_learner = { path = "../little_learner" }
little_learner = { path = "../little_learner" }
arrayvec = "0.7.2"