Search Results

Found 1 results for "a41363e12fd7e37bb18fb6279471a15d" across all boards searching md5.

Anonymous /g/105853772#105890069
7/13/2025, 12:00:02 PM
Anyone else coding in C++ implemented their own Linq/range-views system for their game? I did. The syntax is marginally better than std::ranges::views, but it's kinda cursed and abuses templates for filtering and transforming containers
It seems pretty fast so far though, both in terms of filter/transform view construction and view iteration