simdjson_ruby:simdjson的Ruby绑定

时间:2024-06-16 14:44:52
【文件属性】:

文件名称:simdjson_ruby:simdjson的Ruby绑定

文件大小:31KB

文件格式:ZIP

更新时间:2024-06-16 14:44:52

Ruby

simdjson宝石 的Ruby绑定。 安装 将此行添加到您的应用程序的Gemfile中: gem 'simdjson' 然后执行: $ bundle 或将其自己安装为: $ gem install simdjson 用法 Simdjson.parse返回一个哈希值(如果成功)。 require 'simdjson' p Simdjson . parse %|{"a": 12345}| # => {"a"=>12345} Simdjson . parse %|abcd| # => raise Simdjson::ParseError 贡献 在GitHub上( 上的错误报告和请求请求很受欢迎。 格式化程序 请使用clang-format如下所示: $ clang-format -style=file -i ext/simdjson/* 执照 根据的规定,该gem可作为


【文件预览】:
simdjson_ruby-master
----.github()
--------workflows()
----.gitmodules(117B)
----LICENSE.txt(1KB)
----lib()
--------simdjson()
--------simdjson.rb(86B)
----Gemfile(124B)
----.clang-format(72B)
----Rakefile(868B)
----benchmark()
--------github_events.json(64KB)
--------run_benchmark.rb(673B)
--------demo.json(387B)
--------apache_builds.json(124KB)
----test()
--------test_helper.rb(133B)
--------simdjson_test.rb(1KB)
----simdjson.gemspec(2KB)
----README.md(1KB)
----.rubocop.yml(229B)
----ext()
--------simdjson()
----.gitignore(192B)
----vendor()
--------.gitkeep(0B)
--------simdjson()

网友评论