John Keiser
f3c3afd4cd
Use direct call to templated flatten_bits instead of if ( #262 )
...
* Use direct call to templated flatten_bits instead of if
* Put really_inline back on find_structural_bits_64
2019-08-08 15:09:17 -04:00
John Keiser
1e26859bb7
Bring .git into docker ( #259 )
2019-08-06 09:39:33 -04:00
John Keiser
b1beacd1f3
Make headers show up in Header Files in VS2019 ( #257 )
2019-08-05 16:36:52 -04:00
John Keiser
d9a0e2b8f4
Fix Intellisense errors opening .h files on VS2019 ( #253 )
2019-08-04 19:57:55 -04:00
John Keiser
4c7e95aac3
Make Docker start much faster ( #255 )
2019-08-04 18:43:39 -04:00
John Keiser
c3310c6e8f
Add sane defaults for .sh and such ( #254 )
2019-08-04 18:11:48 -04:00
ioioioio
2a24567370
Replace macros by include files ( #236 ) ( #248 )
...
* stage1 compiles without macros
* cleaning
* amalgation is weird but works
* macros are removed from stringparsing
* amalgation fixed
* Huge macros are removed.
* clang-format
2019-08-04 15:58:35 -04:00
Daniel Lemire
bd9628df93
Producing a new release
2019-08-04 15:43:47 -04:00
Daniel Lemire
99a153d9e8
Hiding the pointer away... ( #252 )
...
* Hiding the runtime dispatch pointer in a source file so it is not an exported symbol
* Disabling hard failure on style check.
* Fixes https://github.com/lemire/simdjson/issues/250
2019-08-04 15:41:00 -04:00
Daniel Lemire
04da71c3a1
dynamic and static tests
2019-08-04 10:09:16 -04:00
Daniel Lemire
0c86dd9d8d
Testing static and dynamic libraries.
2019-08-04 09:56:34 -04:00
Daniel Lemire
349068dcda
Update README.md
2019-08-03 12:27:37 -04:00
Daniel Lemire
144b10b35d
simdjson vs. JSON for Modern C++ ( #247 )
...
* New competitor.
* Fixing makefile.
2019-08-02 19:48:34 -04:00
Daniel Lemire
44722bddcf
Update README.md
2019-08-02 12:01:32 -04:00
Daniel Lemire
2a240e3fe2
Fixing style violation.
2019-08-01 16:38:51 -04:00
Daniel Lemire
ee66fb1c60
Version 0.2.0.
2019-08-01 16:23:30 -04:00
Daniel Lemire
ea212e4b50
Update CONTRIBUTORS
2019-08-01 16:12:18 -04:00
Daniel Lemire
038b18edf1
Adding style scripts. ( #243 )
...
* Adding style scripts.
2019-08-01 16:09:26 -04:00
Daniel Lemire
0610ebc514
We are adopting clang-format.
2019-08-01 15:40:07 -04:00
ioioioio
968117c940
preventing clang-format to move sysinfoapi.h ( #244 )
2019-08-01 15:06:50 -04:00
Daniel Lemire
6788b12d65
It is not beneficial to try to get clever with trailing zeroes. (Lead to major performance
...
regression under haswell+ for stage 1).
2019-08-01 14:44:04 -04:00
Daniel Lemire
66ffc1b2d6
Adding a remark.
2019-08-01 11:33:51 -04:00
Daniel Lemire
4c7d384e9a
Update README.md
2019-07-31 21:53:32 -04:00
Daniel Lemire
d83aef4e86
This should fix a warning in Visual Studio.
2019-07-31 18:12:58 -04:00
John Keiser
bf59ba76f5
Fix most warnings on VS2019 ( #241 )
2019-07-31 17:43:45 -04:00
Daniel Lemire
e8e78f8be6
Testing on arm ( #240 )
...
* This should enabled testing on ARM
* Adding cmake tests on drone.
2019-07-30 18:21:50 -04:00
Daniel Lemire
76da659977
Fixing amalgamate under ARM
2019-07-30 22:10:48 +00:00
ioioioio
c2eea8abba
Style uniformization ( #238 )
...
* massive clang-format -style=LLVM
* naming harmonization
* adding commentary about sysinfoapi.h
2019-07-30 17:18:10 -04:00
Daniel Lemire
065805d6e1
Fixing amalgamation.
2019-07-30 09:10:40 -04:00
Daniel Lemire
5fa79b2db2
Adding John Keiser as a contributor
2019-07-29 14:12:44 -04:00
ioioioio
5f20d3eb34
Merging No duplicate tail (PR#223) ( #232 )
...
* Use __forceinline on Windows for really_inline
https://docs.microsoft.com/en-us/cpp/cpp/inline-functions-cpp?view=vs-2019#inline-__inline-and-__forceinline
* Don't duplicate find_structural_bits for final chunk
* writing coherent macro definitions
2019-07-29 14:11:42 -04:00
Daniel Lemire
3c0f5a3fe4
Improving the documentation.
2019-07-29 14:10:49 -04:00
Daniel Lemire
771e9cd68a
Trying again... ( #235 )
2019-07-29 13:55:13 -04:00
Daniel Lemire
c328afee57
This should fix master.
2019-07-29 13:44:25 -04:00
Daniel Lemire
3dae86223d
Changing intrinsic name.
2019-07-29 13:39:54 -04:00
Daniel Lemire
dd07212f02
Adding more test files.
2019-07-29 13:34:13 -04:00
Daniel Lemire
85e31a5479
This fixes the "big exp" bug, although we need to assess the performance and maybe do some tuning. ( #233 )
2019-07-29 13:28:16 -04:00
Daniel Lemire
a53d95099c
Intrinsic-based flatten ( #234 )
...
* Providing a flatten function with intrinsics (for Visual Studio).
2019-07-29 13:28:02 -04:00
Daniel Lemire
f76ee5e5ef
Fixes issue 221 ( #222 )
...
https://github.com/lemire/simdjson/issues/221
2019-07-29 10:07:07 -04:00
Daniel Lemire
eba02dc1b9
Runtime dispatch
...
* Attempt 1 - fn targeting
GCC won't work with templates with different targets, need to specialize all the way up the call stack.
* Compiles properly with cmake. Does not with the Makefile.
* Compilation works with Makefile
* instruction_set changes to architecture
* some aesthetic changes
* fix amalgation and tests + aesthetic changes
* This now compiles and passes tests under CLANG
* Minor correction.
* Trying to make it work on ARM
* Adding missing namespace
* Missing bracket
* Fixing minor compilation issues.
* Getting parse to use runtime dispatch
* Fixing amalgamation script.
* Making sure that NEON is supported.
* Fixing typo
* Merging https://github.com/lemire/simdjson/pull/229
* Manual merge of
https://github.com/lemire/simdjson/pull/229
by @jkeiser (second part)
* Trying another way.
* Removing the paral.
* Fixing the make file
* Let us make the practice run long enough.
* Resolved the awful slowness.
* Cleaning the README.md
* With runtime dispatching, we should not need flags anymore.
* Changing isa detection file's name + fixing typos.
2019-07-28 22:46:33 -04:00
ioioioio
bcabdfc1ae
Json pointer ( #220 )
...
* json pointer support
* Addition of tests for the json pointer
* Adding a new tool for the JSON Pointer support, and some documentation.
2019-07-26 18:38:10 -04:00
Daniel Lemire
cb44b3b9f2
Making sure everything builds. ( #226 )
2019-07-26 13:53:53 -04:00
AmoghSubhedar
9aa2cd71b2
Fix benchmark cpp files ( #225 )
2019-07-26 08:37:52 -04:00
Daniel Lemire
abdf81b39b
Making sure that it is clear that we generate a full DOM
2019-07-19 16:25:05 -04:00
Daniel Lemire
1176725af7
Link to Rust bindings
2019-07-19 16:19:29 -04:00
Daniel Lemire
f668adcf11
iPhone 5s
2019-07-18 16:45:40 -04:00
Daniel Lemire
a3beac8d13
This simplifies back the number parsing code... The extra work introduced recently is seemingly unnecessary. ( #218 )
2019-07-18 11:50:26 -04:00
Daniel Lemire
e926b4b3c9
More accurate number parsing ( #217 )
...
* This drastically improves the accuracy (down to to a ULP of 1)
* More comments and documentation.
2019-07-15 22:17:49 -04:00
Daniel Lemire
6c168f046d
Optimizing stage1 ( #216 )
...
* Optimizing stage 1-- avx edition
* Optimizing sse.
* Saving 0.5% in instruction count (NEON).
2019-07-11 20:59:21 -04:00
Daniel Lemire
37fa6affc8
Documenting Docker
2019-07-11 16:20:24 +00:00