Use buffer to increase model loading/saving speed tremendously

This commit is contained in:
Gadersd
2023-08-05 16:48:26 -04:00
parent ce91c8838f
commit 2f3d94f9ad
5 changed files with 95 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
pub mod model;
pub mod tokenizer;
pub mod helper;
pub mod helper;
pub mod binrecorder;