Over the course of two days, I have completely overhauled ntwm's linked list implementation, replacing it with a custom memory pool implementation (standalone version available at libspool), bringing a number of benefits - speed being a notable one. As of now, I have been using ntwm full-time for over six months, implying the project is mature, stable, and reliable.
What's New in v1.2.6
- Replace linked list implementation with libspool
- Allow for disabling of specific tiling modes, greatly decreasing filesize if not needed
- Miscellaneous fixes, cleanups, and refactors - too many to list individually