trie
trie copied to clipboard
A super fast, efficiently stored Trie for Ruby. Uses libdatrie.
I am getting a segmentation fault while reading data from trie. First three-four reads doesn't give segmentation fault but it appears after that. ``` /usr/local/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/json.rb:142: [BUG] Segmentation fault at 0x00000000000018...
I get a segfault when running the following code: ``` #!/usr/bin/env ruby require "gtk4" require "trie" t = Trie.new ``` If I remove "require "gtk4", then it works fine. Not...
Hi @tyler , I made some updates to this gem that hopefully you could consider incorporating. * The libdatrie source files baked into the fast_trie gem are quite old, version...
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.2.6 to 1.13.0. Release notes Sourced from git's releases. Release v1.13.0 Full Changelog 8349224 Update list of maintainers (#598) 4fe8738 In ls-files do not unescape file paths...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.1 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.5 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
```bash Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /Users/jakanapes/.gem/ruby/2.6.5/gems/fast_trie-0.5.1/ext/trie /Users/jakanapes/.rubies/ruby-2.6.5/bin/ruby -I /Users/jakanapes/.rubies/ruby-2.6.5/lib/ruby/2.6.0 -r ./siteconf20210210-95916-16raxvs.rb extconf.rb creating Makefile current directory: /Users/jakanapes/.gem/ruby/2.6.5/gems/fast_trie-0.5.1/ext/trie make "DESTDIR=" clean current directory: /Users/jakanapes/.gem/ruby/2.6.5/gems/fast_trie-0.5.1/ext/trie make...
Updates the requirements on [rdoc](https://github.com/ruby/rdoc) to permit the latest version. Changelog Sourced from rdoc's changelog. === 5.1.0 / 2017-02-24 Bug fixes Fix an issue that rdoc fails when running on...
Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [rake](https://github.com/ruby/rake) from 10.1.1 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...