|
|
|
|
|
by user-the-name
1610 days ago
|
|
If you are working on a microcontroller, odds are you will be keeping your entire file in RAM as that is all you have, in which case you should not need any memory for a window at all, as you can just use the file itself. I don't know if the zstd implementation supports working like this, though. |
|