helix

https://github.com/Lokeh/helix
lilactown 2020-07-04T17:39:03.288500Z

this is sort of fascinating

lilactown 2020-07-04T17:41:33.289300Z

ohhh, I haven't published the version of helix that includes the key/ref fix for factories

lilactown 2020-07-04T18:21:45.290Z

after fixing the :key issue w/ factories, it matches more what I expected

lilactown 2020-07-04T18:22:06.290700Z

interesting that not using keys improved the performance in some cases (as seen above this one)

lilactown 2020-07-04T18:22:43.291300Z

but I didn't bother running the check, so it could be that the swap rows test above was actually incorrect

lilactown 2020-07-04T18:22:47.291500Z

that would make more sense

lilactown 2020-07-04T19:05:55.292Z

i'm not sure why select row is so slow

Aron 2020-07-04T19:43:33.292300Z

probably a ref is cleared?

lilactown 2020-07-04T19:51:15.292900Z

dunno. I also saw that same behavior with helix and reagent before, could be a fluke

lilactown 2020-07-04T19:51:53.293300Z

also, I released v0.0.13 with the fix for factory components

🙌 1