#GitHub - Be1zebub/BinS: BINary Serializa...

1 messages · Page 1 of 1 (latest)

mortal ridge
#

what happened to the good old days of one file dependencies 😦

#

good stuff, but everything other than the lua/bins/deps/bitbuffer.lua is just fluff imo

oblique ferry
oblique ferry
mystic remnant
#

@oblique ferry is this used for lowering network message lengths?

oblique ferry
#
local tbl = {...}
local data = util.Compress(bins.encode(tbl))

net.Start("test")
    net.WriteUInt(#data, 16)
    net.WriteData(data)
net.SendToServer()
mystic remnant
#

Would it be less than JSON?

#

Working so can't test it rn

oblique ferry