Use buffer to increase model loading/saving speed tremendously

This commit is contained in:
Gadersd
2023-08-05 16:48:26 -04:00
committed by Ben_Kosytorz
parent c144649e1d
commit a84825838d
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;