v2.0.0 #315
Closed
lemire
announced in
Announcements
v2.0.0
#315
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are happy to announce the second release of ada (v2.0.0) a fast WHATWG-compliant URL parser written in modern C++. The Ada parser is part of Node.js since version XXXX.
What is new in version 2.0.0:
to_ascii
andto_unicode
).ada::url
structure stores the components of the parsed URL in different string instances, making updates fast. The newada::url_aggregator
structure uses a single string buffer, thus minimizing memory usage, at the expense of more work during updates. We expect that many users will adopt theada::url_aggregator
structure.For some tasks, the new
ada::url_aggregator
can be nearly twice as fast while using less memory.We present more details and benchmarks in the blog post .... http://...
This release was produced by Yagiz Nizipli, Daniel Lemire, and Miguel Teixeira. We are thankful to the whole community for comments and support.
Beta Was this translation helpful? Give feedback.
All reactions