Oddbean new post about | logout
 nostr:npub16c3wl5l4m7t88y0axaukhp0tx6dx76f7fc0flck380tmxh8gdcysle0e99 nostr:npub1ax453pm42z92pv3226tudhwgscnt627slzludnsd2a3k4zyhcaasuk9uly nostr:npub1wg02ev7lfmnrwsjqu2tcm2qm4gw65aw0dyywfwvgafqnqyf02wmqhht0yf it's relatively straightforward to write fast compiling C++ code but it's very very hard to go back and fix it if you wrote it wrong in the first place. The biggest thing, by far, though is get templates out of your headers. 

also don't use boost. Nobody uses boost anymore. We USED to use boost because it had a bunch of stuff that was useful before it got put in the standard. Now it's in the standard and boost is just pure cancer and kills everything it touches.