What are you working on? - Programming On Unix
Users browsing this thread: 32 Guest(s)
|
|||
Beginning yet another rewrite of ncplay, my ncurses-based frontend for mpg123. I'm going to scrap the linked-list design I inherited from mcplay and replace it with a more cache-friendly array.
I don't really need to do this for performance, which is already good enough, but I want to see what effect this change has on the clarity of the resulting code. (I'm still rather new to data-oriented programming.) |
|||