Commit graph

226 commits

Author SHA1 Message Date
Daniel Lemire
bc93aee338
Merge pull request #80 from BYVoid/bench
Add benchmark binary to Bazel BUILD.
2024-10-31 11:14:09 -04:00
Carbo Kuo
f5096c7a94 Add benchmark binary to Bazel BUILD.
To build it, run:
bazel build --compilation_mode=opt //:benchmark

To run the benchmark, run:
bazel-bin/benchmark benchmarks/data/canada.txt

Result from my computer:

read 111126 lines

=== trial 1 ===
fast_double_parser  1315.70 MB/s
strtod         722.10 MB/s
abslfromch     810.26 MB/s
absl           799.89 MB/s
double-conv    396.05 MB/s

=== trial 2 ===
fast_double_parser  1416.58 MB/s
strtod         751.43 MB/s
abslfromch     841.83 MB/s
absl           838.71 MB/s
double-conv    415.33 MB/s
2024-10-31 10:39:29 -04:00
Daniel Lemire
22ac46158c
Merge pull request #79 from BYVoid/bazel-build
Add a simple Bazel module and build file.
2024-10-31 09:48:55 -04:00
Carbo Kuo
3aaddfe336 Add a simple Bazel module and build file. 2024-10-31 08:44:43 -04:00
Daniel Lemire
252029ddac
Update README.md 2024-05-07 10:01:17 -04:00
Daniel Lemire
d971fa76ee update 2024-05-07 09:59:45 -04:00
Daniel Lemire
305e6c8170 better cmake 2024-03-18 10:17:36 -04:00
Daniel Lemire
d61b589f65 tuning. 2024-03-18 10:03:14 -04:00
Daniel Lemire
b92d89b2c4 updating 2024-03-18 10:01:21 -04:00
Daniel Lemire
ca05d13e26
Merge pull request #77 from Osyotr/cmake-exports
Export cmake config and add option to build unit tests
2024-03-18 09:03:29 -04:00
Osyotr
2a3319d698 Export cmake config and add option to build unit tests 2024-03-17 22:45:44 +03:00
Osyotr
468ee515f4 Add visual studio files to gitignore 2024-03-17 22:18:48 +03:00
Daniel Lemire
172f42bccf
Merge pull request #76 from barracuda156/apple
CMakeLists: do not use Linux linker flag on macOS
2024-03-12 13:15:34 -04:00
Sergey Fedorov
da4ba02ea7
CMakeLists: do not use Linux linker flag on macOS 2024-03-10 01:17:32 +07:00
Daniel Lemire
4f5e530b02
Update README.md 2023-12-26 16:06:21 -05:00
Daniel Lemire
15f93a61bb
Update README.md 2023-12-26 16:05:15 -05:00
Daniel Lemire
3489ead54c
Merge pull request #75 from BebeSparkelSparkel/master
Deprecation notice at top
2023-12-26 16:04:07 -05:00
William Rusnack
b94e499b22
Deprecation notice at top 2023-12-26 11:16:07 -05:00
Daniel Lemire
d2e8f223e7
Merge pull request #74 from DavidKorczynski/clusterfuzzlite-integration
Add ClusterFuzzLite integration
2023-12-21 09:48:50 -05:00
David Korczynski
06bc1ea3ed Add ClusterFuzzLite integration
Signed-off-by: David Korczynski <david@adalogics.com>
2023-12-21 03:48:47 -08:00
Daniel Lemire
38c6d6da54 removing old ci 2023-12-06 21:15:13 -05:00
Daniel Lemire
56a813c54f added test. 2023-12-06 21:14:43 -05:00
Daniel Lemire
cee3272a5c
Update README.md 2023-12-02 18:54:05 -05:00
Daniel Lemire
07d9189a8f
Merge pull request #72 from striezel-stash/update-actions-setup-cmake
Update jwlawson/actions-setup-cmake in GitHub Actions to v1.13
2023-01-10 10:24:35 -05:00
Dirk Stolle
8a55baef01 Update jwlawson/actions-setup-cmake in GitHub Actions to v1.13 2023-01-09 22:56:33 +01:00
Daniel Lemire
d039d6fe5e
Merge pull request #71 from nxtn-staged/patch-1
Use _BitScanReverse on Win32
2023-01-03 09:50:49 -05:00
nxtn-staged
5a8c7606df
Use _BitScanReverse on Win32 2022-12-27 11:23:19 +08:00
Daniel Lemire
efec03532e
Merge pull request #67 from lgtm-migrator/codeql
Add CodeQL workflow for GitHub code scanning
2022-12-08 10:20:27 -05:00
Daniel Lemire
027fb3abd3
Merge pull request #69 from striezel-stash/action-update
Update actions/checkout in GitHub Actions to v3
2022-12-08 10:20:15 -05:00
Daniel Lemire
749ba90831
Merge pull request #70 from zheddie/master
Supporting IBM i/PASE env.
2022-12-08 10:20:02 -05:00
GavinZhang
0e2a13868f Refine code according to the comments from reviewer. 2022-12-08 17:10:53 +08:00
GavinZhang
2df5ff039b Supporting IBM i/PASE env. 2022-12-07 17:09:20 +08:00
Daniel Lemire
7aebf2f747
Merge pull request #68 from striezel-stash/readme-typo
Fix a typo in README.md
2022-11-15 18:25:41 -05:00
Dirk Stolle
1427971755 Update actions/checkout in GitHub Actions to v3 2022-11-16 00:19:07 +01:00
Dirk Stolle
4a73a889f0 Fix a typo in README.md 2022-11-16 00:13:34 +01:00
LGTM Migrator
e8c1bf481e
Add CodeQL workflow for GitHub code scanning 2022-11-10 21:03:54 +00:00
Daniel Lemire
66657d1a48
Update README.md 2022-11-03 19:15:38 -04:00
Daniel Lemire
357eec4e61 Adding test. 2022-10-02 10:59:26 -04:00
Daniel Lemire
267b118aec
Update README.md 2022-07-24 12:44:28 -04:00
Daniel Lemire
b823bbc8a0
Merge pull request #64 from lemire/dlemire/issue63
Adding test for issue 63.
2022-07-09 13:47:17 -04:00
Daniel Lemire
c3b92a47c7 Adding test for issue 63. 2022-07-09 13:39:27 -04:00
Daniel Lemire
50a2ccb553
Update README.md 2022-05-19 12:32:19 -04:00
Daniel Lemire
4ca9eb3221
Merge pull request #62 from lemire/dlemire/upgradingtovs17
Upgrading tests to latest visual studio
2022-05-19 12:31:07 -04:00
Daniel Lemire
3b296fc600 Fixing legacy Win32 support 2022-05-19 12:25:13 -04:00
Daniel Lemire
182c61b1ce Removing mingw 2022-05-19 09:54:31 -04:00
Daniel Lemire
8ed6508c0d Upgrading to latest visual studio 2022-05-19 09:52:42 -04:00
Daniel Lemire
36f2c5ef59
Merge pull request #61 from ruggiero/master
Fix x32 variable
2022-05-19 09:46:04 -04:00
Rafael Ruggiero
b3c7fce960
Fix x32 variable 2022-05-19 02:30:15 -03:00
Daniel Lemire
ffe3619894
Update README.md 2022-03-07 09:47:50 -05:00
Daniel Lemire
111ad80417
Update README.md 2021-10-23 18:04:54 -04:00