starandserpent / java-TerraServer

Terra - Voxel octree of chunks, made for Rituals of the old
MIT License
17 stars 2 forks source link

Reduce blocking in octree sending #23

Closed bensku closed 5 years ago

bensku commented 6 years ago

Venom's BufferQueue implements locking way better than current WorldObserver. However, it is not exactly proven to work yet... When it is, it should be used.

Pilvinen commented 5 years ago

Since we're going to switch over to Aeron networking library, is this ticket still relevant?

Pawlost commented 5 years ago

Since we switched to Aeron it is not relevant.