First implementation
It seems to work but I think the ticker value returned by the remote call is wrong. Maybe I'm calling the wrong endpoint ¯\_(ツ)_/¯ I don't know trying to work it out
This commit is contained in:
commit
1d61cc7f2f
21 changed files with 1474 additions and 0 deletions
6
subprojects/packagefiles/simdjson/meson_options.txt
Normal file
6
subprojects/packagefiles/simdjson/meson_options.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
option('simdjson_implementation_haswell', type: 'boolean', value: true, description: 'Include the haswell implementation')
|
||||
option('simdjson_implementation_westmere', type: 'boolean', value: true, description: 'Include the westmere implementation')
|
||||
option('simdjson_implementation_arm64', type: 'boolean', value: true, description: 'Include the arm64 implementation')
|
||||
option('simdjson_implementation_fallback', type: 'boolean', value: true, description: 'Include the fallback implementation')
|
||||
option('simdjson_exceptions', type: 'boolean', value: true, description: 'Enable simdjson\'s exception-throwing interface')
|
||||
option('simdjson_enable_threads', type: 'feature', value: 'auto', description: 'Link with thread support')
|
Loading…
Add table
Add a link
Reference in a new issue