|
|
|
|
|
by gwd
556 days ago
|
|
Always super satisfying to take a 1.2s calculation and make it orders of magnitude faster. Recently I had a complicated calculation mostly done in SQLite (with some C callbacks to do core floating point ops) that was taking 1.5s; rewrote it into a hand-crafted incremental computation network and got the calculation down to 6ms. |
|