Skip to content

Commit c416f5e

Browse files
committed
Updating the Simdjson implementation.
1 parent 07136a9 commit c416f5e

File tree

169 files changed

+112317
-57452
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+112317
-57452
lines changed

.github/workflows/Benchmark.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- benchmarking-new
7+
- benchmarking-newer
88

99
jobs:
1010
Build-MSVC-Windows:
@@ -132,7 +132,7 @@ jobs:
132132
sudo apt update
133133
wget https://apt.llvm.org/llvm.sh
134134
chmod u+x llvm.sh
135-
sudo ./llvm.sh 20
135+
sudo ./llvm.sh 19
136136
137137
- name: Install Seaborn
138138
run: |
@@ -141,7 +141,7 @@ jobs:
141141
- name: Configure CMake
142142
working-directory: ./
143143
run: |
144-
cmake -S . -B ./Build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_COMPILER=/usr/bin/clang++-20
144+
cmake -S . -B ./Build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_COMPILER=/usr/bin/clang++-19
145145
146146
- name: Build the Test
147147
working-directory: ./Build
@@ -332,8 +332,8 @@ jobs:
332332
sudo git config --global user.name "RealTimeChris"
333333
sudo git fetch origin
334334
sudo git config pull.ff only
335-
sudo git checkout benchmarking-new
336-
sudo git pull -f origin benchmarking-new
335+
sudo git checkout benchmarking-newer
336+
sudo git pull -f origin benchmarking-newer
337337
sudo git merge origin/temp-msvc-windows --no-ff
338338
sudo git merge origin/temp-gnucxx-ubuntu --no-ff
339339
sudo git merge origin/temp-clang-ubuntu --no-ff

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ FetchContent_Declare(
3232
FetchContent_MakeAvailable(glaze)
3333
getCommitHash("${glaze_SOURCE_DIR}" GLAZE_COMMIT_HASH)
3434

35-
set(JSONIFIER_LIBRARY "TRUE" CACHE STRING "To avoid circular dependency issues." FORCE)
3635
FetchContent_Declare(
3736
BenchmarkSuite
3837
GIT_REPOSITORY https://github.com/RealTimeChris/BenchmarkSuite.git

Json/Canada Test (Prettified).json

Lines changed: 56535 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)