spect icon indicating copy to clipboard operation
spect copied to clipboard

< 5kb

Open dy opened this issue 5 years ago • 1 comments

  • [x] Merge channel-related logic in i, v, a into a single class
  • [x] Optimize h createBuilder into a single loop
  • [ ] ~~If v becomes compact, replace sube with it - probably sube may be an util, shared by v and h~~ nope, sube is more compact, better have it shared.
  • [x] ~~evaluators can be put directly to build function - no need to toss context/args around~~
  • [x] h: replace updateNode with direct morph without much of key/cache
  • [ ] ~~possibly move HTMLCollections logic out to a separate package - $ can be kept minimal, clean and fast only for aspects~~ it's so much integral part of aspects, it makes it hard splitting off.
  • [x] simplify tainting logic at collections
  • [ ] ~~remove Observable proposal compatibilities - decide on single next,error,complete approach~~ let's keep minimally synced for now
  • [ ] ~~forEachmap, reduce Object.defineProperties use~~ insignificant

dy avatar Apr 29 '20 14:04 dy

Ref: https://github.com/microjs/microjs.com/pull/1035.

Ideally it should be below 4096.

dy avatar May 31 '20 19:05 dy

It's fine: spect is small now.

dy avatar Nov 12 '22 11:11 dy