Skip to content

Commit

Permalink
Vectorization of find_next_host_delimiter and find_next_host_delimite…
Browse files Browse the repository at this point in the history
…r_special (#548)
  • Loading branch information
lemire authored Nov 1, 2023
1 parent 379263d commit 88d9b0a
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 217 deletions.
12 changes: 0 additions & 12 deletions include/ada/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,18 +143,6 @@ template <class url_type>
ada_really_inline void strip_trailing_spaces_from_opaque_path(
url_type& url) noexcept;

/**
* @private
* Reverse the order of the bytes.
*/
ada_really_inline uint64_t swap_bytes(uint64_t val) noexcept;

/**
* @private
* Reverse the order of the bytes but only if the system is big endian
*/
ada_really_inline uint64_t swap_bytes_if_big_endian(uint64_t val) noexcept;

/**
* @private
* Finds the delimiter of a view in authority state.
Expand Down
Loading

0 comments on commit 88d9b0a

Please sign in to comment.