mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.5K
active users

Aras Pranckevičius

@ninepoints nice! So yeah, exact same trick as what is used to use radix sort on floats :) It can also be done branchless, see stereopsis.com/radix.html

stereopsis.comstereopsis : graphics : radix tricks

@aras yes that's a good one, once you have the concept of an order preserving map, things like a radix sort become pretty easy (and it helps to know what happens to nans and stuff).

@aras I added a link to this in an added section in the post, thanks! The branchless version is what I use also