Search found 1 match
- Sat Nov 03, 2018 7:50 am
- Forum: Libraries and Tools
- Topic: Blob.lua - binary serialization library
- Replies: 28
- Views: 54910
Re: Blob.lua - binary serialization library
How is the performance of this in comparison to love.data.pack/unpack? and what are the benefits of using this over pack/unpack? I presume I could use this to serialize data to send over network... but is it more efficient than love.data.pack?