Black Triangles (2014)
rampantgames.com
Black Triangles (2014)
1–10 of 79 posts
Re: Black Triangles (2014)
#2Re: Black Triangles (2014)
#3Re: Black Triangles (2014)
#4Now when I circle back to my full text search extension for Postgres I can do so knowing I can replace my naive inverted index with something that gives like a 10% performance gain but more importantly significantly reduced and CONSTANT memory profile.
On it's own however, it doesn't seem to do much and unless you're in the space you won't appreciate why this is an interesting implementation.
Re: Black Triangles (2014)
#5Re: Black Triangles (2014)
#6It was only after I wrote a couple of games that I realized that extracting this OS component would be worth the effort and after that making new games went substantially quicker.
Re: Black Triangles (2014)
#7I appreciate the concept, I had my own black triangle recently when I finished writing my own implementation of an adaptive radix tree that is highly concurrent and keeps hot paths in an LRU and loads everything else from disk. Now when I circle back to my full text search extension for Postgres I can do so knowing I can replace my naive inverted index with something that gives like a 10% performance gain but more im…
Re: Black Triangles (2014)
#8Re: Black Triangles (2014)
#9Re: Black Triangles (2014)
#10It helps to know that under the hood almost every serious game is a complete more-or-less real time operating system with its own IO, scheduler, memory management and various sub-processes relating to output generation and so on. It was only after I wrote a couple of games that I realized that extracting this OS component would be worth the effort and after that making new games went substantially quicker.