util
util
This library is part of gmod but were extenting it.
See: https://wiki.facepunch.com/gmod/util
Methods
Compresses the given data async.
Instead of copying the given data, we keep a reference to it.
So don't modify it, while were compressing it!
So don't modify it, while were compressing it!
Decompresses the given data async.
Instead of copying the given data, we keep a reference to it.
So don't modify it, while were decompressing it!
So don't modify it, while were decompressing it!
Compresses the given data using LZ4
Decompresses the given data using LZ4
It's util.TableToJSON but faster and it will turn numbers into integers if they fit as one.