ada icon indicating copy to clipboard operation
ada copied to clipboard

WHATWG-compliant and fast URL parser written in modern C++

Results 41 ada issues
Sort by recently updated
recently updated
newest added

I'm optimistic about this, but never used it. Maybe we should consider it. @lemire what do you think?

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.6 to 3.26.10. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. Release notes Sourced from actions/checkout's releases. v4.2.0 What's Changed Add Ref and Commit outputs by @​lucacome in actions/checkout#1180 Dependabot updates in actions/checkout#1777 & actions/checkout#1872...

dependencies
github_actions

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. Release notes Sourced from actions/setup-node's releases. v4.0.4 What's Changed Add workflow file for publishing releases to immutable action package by @​Jcambass in actions/setup-node#1125 Enhance...

dependencies
github_actions

Bumps debian from `2ccc7e3` to `ad86386`. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=debian&package-manager=docker&previous-version=12-slim&new-version=12-slim)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. Release notes Sourced from pytest's releases. 8.3.3 pytest 8.3.3 (2024-09-09) Bug fixes #12446: Avoid calling @property (and other instance descriptors) during fixture discovery --...

dependencies
python

This modifies slightly one of our benchmark program so that we can narrowly benchmark URLs one by one if needed.

We are never setting has_authority to false. I am not sure if we should or not. Let's merge this once we are sure. ## Before ``` BasicBench_AdaURL_url 206796 ns 206701...

> work in progress. A lot of the functions can be `constexpr` as well as functions that use templates can directly check them using `if constexpr (param)`. I have some...

Self-explanatory.