gigatoken 0.2.2 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gigatoken
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Jacobs
@@ -51,6 +51,20 @@ dependencies:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
53
  version: '1.0'
54
+ - !ruby/object:Gem::Dependency
55
+ name: rb_sys
56
+ requirement: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '0.9'
61
+ type: :runtime
62
+ prerelease: false
63
+ version_requirements: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '0.9'
54
68
  description: 'Ruby bindings to the gigatoken core crate: BPE and SentencePiece tokenization
55
69
  at GB/s.'
56
70
  email:
@@ -65,6 +79,16 @@ files:
65
79
  - Cargo.toml
66
80
  - LICENSE
67
81
  - README.md
82
+ - benches/common/mod.rs
83
+ - benches/encode.rs
84
+ - benches/encode_doc.rs
85
+ - benches/encode_st.rs
86
+ - benches/encode_st_sp.rs
87
+ - benches/pretokenize.rs
88
+ - benches/pretokenize_profile.rs
89
+ - benches/pretokenize_profile_all.rs
90
+ - benches/simdutf_transcode.rs
91
+ - benches/unicode.rs
68
92
  - exe/gigatoken
69
93
  - ext/gigatoken/Cargo.toml
70
94
  - ext/gigatoken/extconf.rb