Menu

Post image 1
Post image 2
1 / 2
0

Looking for beta testers for AQE Light — a CSS selector engine built on BigInt bitmasks. Top 10 contributors get AQE Pro for free.

DEV Community·William Martin·29 days ago
#fM7dEfQC
Reading 0:00
15s threshold

I've been building AQE (Atomic Quantum Engine), a DOM selector engine that replaces tree traversal with flat bitmask operations. Instead of walking the DOM on every query, each node gets a 64-bit BigInt mask at sync time. Matching becomes a single integer AND. AQE Light is the free, open-source version — zero dependencies, MIT license, on npm now: npm install atomic-quantum-engine I'm looking for developers who are willing to: Install it and try it in a real project or side project Run the interactive benchmark and share your results: https://willmartaqe.github.io/AQE/ Open issues for bugs, edge cases, or selectors that don't behave correctly Give honest feedback on the API, the documentation, or the README Star the repo if you find it useful: https://github.com/willmartAQE/AQE The 10 most active contributors — measured by issues opened, pull requests, feedback quality, and benchmark results shared — will receive AQE Pro for free.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More