viz-observer icon indicating copy to clipboard operation
viz-observer copied to clipboard

Tidying up 2.0

Open ChrisShank opened this issue 2 months ago • 5 comments

I think there are some things left to explore before we publish 2.0. I just successfully updated my arrow library to use it and things are looking good! I would love to do some side by side comparisons to make sure perf and memory consumption have improved.

Todo List

  • [ ] Update README/docs
  • [x] think about adding a takeRecords method (This could be a 2.1 task)
  • [ ] investigate perf/memory consumption
  • [ ] think about removing private methods (see https://github.com/samthor/viz-observer/pull/3#discussion_r1575417324) (This could be a 2.1 task)
  • [ ] optimize root refreshes (see https://github.com/samthor/viz-observer/pull/3#discussion_r1568076902) (This could be a 2.1 task, although it might be consider breaking 🤔)

ChrisShank avatar Apr 26 '24 04:04 ChrisShank