-
Notifications
You must be signed in to change notification settings - Fork 131
Comparing changes
Open a pull request
base repository: simdutf/simdutf
base: v8.0.0
head repository: simdutf/simdutf
compare: v8.1.0
- 19 commits
- 58 files changed
- 8 contributors
Commits on Jan 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2950a43 - Browse repository at this point
Copy the full SHA 2950a43View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcfbae9 - Browse repository at this point
Copy the full SHA bcfbae9View commit details
Commits on Jan 30, 2026
-
* faster amalgamation script * more optimization
Configuration menu - View commit details
-
Copy full SHA for bd0412b - Browse repository at this point
Copy the full SHA bd0412bView commit details
Commits on Jan 31, 2026
-
adding short input benchmarks (#927)
* adding short input benchmarks * lint * broader coverage * silencing * adding script. * optimise simdutf for short strings * lint * sorting headers * adding documentation. * update readme * undo unwanted merge --------- Co-authored-by: sleepingieght <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ced5a8a - Browse repository at this point
Copy the full SHA ced5a8aView commit details
Commits on Feb 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ca278a7 - Browse repository at this point
Copy the full SHA ca278a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9ae95d - Browse repository at this point
Copy the full SHA d9ae95dView commit details
Commits on Feb 6, 2026
-
inlining get_default_implementation and get_single_implementation (#932)
* the get_default_implementation and get_single_implementation should be inlined, for best performance. * saving. --------- Co-authored-by: Daniel Lemire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e72172 - Browse repository at this point
Copy the full SHA 9e72172View commit details -
improving the short bench: avoid optimization and add steps (#934)
Co-authored-by: Daniel Lemire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b6645a - Browse repository at this point
Copy the full SHA 9b6645aView commit details -
actually benchmark simdutf::find (#933)
* actually benchmark simdutf::find * lint --------- Co-authored-by: Daniel Lemire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97eb03d - Browse repository at this point
Copy the full SHA 97eb03dView commit details
Commits on Feb 11, 2026
-
add convert_utf16_to_utf8_with_replacement (#936)
* add convert_utf16_to_utf8_with_replacement * lint * use to_utf16le for input in surrogate pair tests * Update tests/convert_utf16_to_utf8_with_replacement_tests.cpp * add constexpr test * lint * use output size
Configuration menu - View commit details
-
Copy full SHA for 600a5c9 - Browse repository at this point
Copy the full SHA 600a5c9View commit details
Commits on Feb 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 65b574a - Browse repository at this point
Copy the full SHA 65b574aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cafb7d - Browse repository at this point
Copy the full SHA 2cafb7dView commit details
Commits on Feb 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for fc5f05c - Browse repository at this point
Copy the full SHA fc5f05cView commit details
Commits on Feb 23, 2026
-
* add AI policy * Add transparency guidelines for AI-assisted contributions Added a section on transparency regarding AI assistance in contributions.
Configuration menu - View commit details
-
Copy full SHA for d546b5b - Browse repository at this point
Copy the full SHA d546b5bView commit details
Commits on Feb 28, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6f5cefb - Browse repository at this point
Copy the full SHA 6f5cefbView commit details
Commits on Mar 2, 2026
-
Update bug report template with support policy
Clarified support policy for obsolete compilers and tools.
Configuration menu - View commit details
-
Copy full SHA for 1b1c301 - Browse repository at this point
Copy the full SHA 1b1c301View commit details
Commits on Mar 5, 2026
-
add more constexpr to utf8_to_utf16.h (#943)
Uses `simdutf_constexpr if` to let the compiler know which branch will never be executed to avoid emitting of the `-Warray-bounds` warning on code paths that would do an out of bounds array access.
Configuration menu - View commit details
-
Copy full SHA for a14c6ad - Browse repository at this point
Copy the full SHA a14c6adView commit details
Commits on Mar 7, 2026
-
Optimized binary_length_from_base64 functions for most kernels (#944)
* Optimized base64 length function for most kernels Co-authored-by: Erik Corry <[email protected]> * Optimized base64 length function for most kernels : most files Co-authored-by: Erik Corry <[email protected]> * missing operators for loongson * went too far * doing it differently. * various tweaks to ppc64 * lint --------- Co-authored-by: Erik Corry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bfb9be - Browse repository at this point
Copy the full SHA 9bfb9beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24a0610 - Browse repository at this point
Copy the full SHA 24a0610View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.0.0...v8.1.0