Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 340 Bytes

GOALS.md

File metadata and controls

7 lines (7 loc) · 340 Bytes
  • aims to be more performant than https://github.com/zignd/HTML-CSS-Class-Completion
    • no multiple loops over the same items to filter and map
    • no deallocing of heap entries just created (common in js loops)
  • supa fast
  • maintained ;)
  • simple
  • local only! no fetching of remote resources or trying to be clever with link style tags