Guigui220D / buildoland-3

After BuildOLand 1, BuildOLand 2, here comes BuildOLand 3!
7 stars 1 forks source link

Use faster operations for packing/unpacking chunks to/from packets #12

Closed Guigui220D closed 5 years ago

Guigui220D commented 5 years ago

Currently using the >> and << operators one by one, we should try to use memcpys or things like that instead as a faster option