[ENet-discuss] Compression algorithm

Chris Jurney jurney at gmail.com
Wed Mar 24 08:00:34 PDT 2010


Doing your own custom compression by bit packing your data will give you
better results than ZLib for game sized packets.  If you are sending packets
bigger than around 50 bytes, zlib might help you squeeze them further.

Chris Jurney

On Wed, Mar 24, 2010 at 6:20 AM, Peter Soxberger <Peter.Soxberger at gmx.net>wrote:

> Hi!
>
> I'm currently thinking of what compression algorithm would be best to
> implement into a ENet based game?
> Compression algorithms like ZIP would couse to much overhead. Algorithms
> like ZIP are designed for compressing huge files and not small network
> packets. What algorithm can be used for this?
> What are you guys using in your projects?
>
> Thanks for your help!
>
>
> Best regards,
> Peter Soxberger
> --
> GMX DSL: Internet, Telefon und Entertainment für nur 19,99 EUR/mtl.!
> http://portal.gmx.net/de/go/dsl02
> _______________________________________________
> ENet-discuss mailing list
> ENet-discuss at cubik.org
> http://lists.cubik.org/mailman/listinfo/enet-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cubik.org/pipermail/enet-discuss/attachments/20100324/5614bd13/attachment-0001.html>


More information about the ENet-discuss mailing list