
Nahoc
1.2K posts

Nahoc
@_nahoc
Staff Software Engineer @boundless_xyz — Previously @avalabs — Former beekeeper — SM64 TASer


The thing you set out to build is rarely the most valuable thing you end up with. Something Bigger is coming with @boundless_xyz.





Hilariously hot outside — my car said 104 when I parked — and the mall is packed. Biggest line is for Florida, where they’re giving out stuffed gators and manatees and have a putting green.

The recording quality of the 2006 camera’s gave the first season of Dexter it’s unique touch.


Up to 90% less memory usage? I'm working on a new blogpost to examine the performance improvements of TanStack Table V9 and first up is memory usage. I just created some memory usage benchmarks for TanStack Table V9 vs V8, and it verifies that Table V9 may use up to 90% less memory than V8 on our example with 100k+ virtualized rows. This is kind of a best-case scenario, so I'll need to benchmark even more common table setups in order to be as transparent as possible. This improvement is due in large part to our refactor where we store object functions on a single prototype instead of creating them for every object. APIs like row.getVisibleCells, column.toggleSorting(), etc... now all defined just once on `table._rowPrototype`, `table._columnPrototype`, etc. When I first attempted this refactor, I was worried that it might be a waste of time for an improvement that could be negligible. For common smaller tables, it still kind of is, but for large, virtualized tables where the number of objects created scales linearly with memory usage, it's seeming to make all the difference.








