lazarus / lz-string-go

Port of the javascript LZString compression/decompression algorithm in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory not being released[Possible Memory leack]

Albinzr opened this issue · comments

commented

While decompression of message keeps taking memory and not releasing.

While decompression of message keeps taking memory and not releasing.

Go is garbage collected language.

Improvements by @godtoy in #6