Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit95722f8

Browse files
committed
add rotational version of the hasher
1 parent9e7ca75 commit95722f8

25 files changed

+548
-833
lines changed

‎.gitignore‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ build/
3232
# MSVS
3333

3434
CMakeSettings.json
35-
.vs/
35+
.vs/
36+
out/

‎libs/benchpress/cxxopts.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ THE SOFTWARE.
3131
#endif
3232

3333
#ifdef _MSC_VER
34-
#defineBENCH_NOEXCEPT_NOEXCEPT
34+
#defineBENCH_NOEXCEPTnoexcept
3535
#defineBENCH_CONSTEXPR
3636
#else
3737
#defineBENCH_NOEXCEPTnoexcept

‎src/core/CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ set(core_hdrs
5353
env.h
5454
features_api.h
5555
${core_hdrs}
56-
)
56+
impl/feature_impl_hasher.h)
5757

5858
set(core_test_srcs
5959
${core_test_srcs}

‎src/core/benchmarks/.clang-format‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
Language:Cpp
3+
ColumnLimit:140

‎src/core/benchmarks/codegen_bench_01.cc‎

Lines changed: 84 additions & 152 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp