Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Ruby bindings for simdjson

License

NotificationsYou must be signed in to change notification settings

saka1/simdjson_ruby

Repository files navigation

RubyGem Version

A Ruby bindings forsimdjson.

Installation

Add this line to your application's Gemfile:

gem'simdjson'

And then execute:

$ bundle

Or install it yourself as:

$ gem install simdjson

Usage

Simdjson.parse returns a Hash (if successful).

require'simdjson'pSimdjson.parse%|{"a": 12345}|# => {"a"=>12345}Simdjson.parse%|abcd|# => raise Simdjson::ParseError

Contributing

Formatter

Please useclang-format like this:

$ clang-format -style=file -i ext/simdjson/*

License

The gem is available as open source under the terms of theMIT License.

About

Ruby bindings for simdjson

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp