fix parsing of negative numbers, less memory, faster

This commit is contained in:
2021-03-17 23:58:33 +01:00
parent fcb3b4c5c5
commit 29d8eda238
3 changed files with 53 additions and 49 deletions

View File

@@ -26,5 +26,8 @@
(benchmark "benchmark range 1000 : " (range 1 1000))
(define fdx_list (parse-csv (read-file "tests/csv_data.csv")))
(print fdx_list)
(sleep 1.5)