statik icon indicating copy to clipboard operation
statik copied to clipboard

statik consume lot of memory

Open segator opened this issue 4 years ago • 3 comments

Can we support writting on disk instead on memory? I trying to embed 1gb of content thats mean use 1gb of memory by default :(

segator avatar Jun 23 '20 15:06 segator

If your static files are not large in size and will be browsed by a few people, statik is a solution you are looking for.

sanan-fataliyev avatar Jul 22 '20 20:07 sanan-fataliyev

Yes I know how to read.., I'm just asking if we can support writting on disk too.

segator avatar Jul 23 '20 15:07 segator

you don't need this library, you can just use os.Open

pmallela avatar Sep 23 '20 19:09 pmallela