Skip to content

thomascharbonnel/ruby_fds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Data Structures for Ruby

Some default Ruby data structures are slow, I intend on putting some time to improve their performance without sacrificing too many features. I'm still young and full of hope!

master: Build Status develop: Build Status

Installation

FDS is available in the RubyGems repository.

gem install fds

Alternatively, you can clone this repository and install this gem by hand.

git clone https://github.com/thomascharbonnel/ruby_fds
gem build fds.gemspec
gem install ./fds-*

Is This Really Needed?

On a few elements, you won't even notice any difference, standard libs may very well be faster. But, on a few millions, there you'll see. 😤

Just a small gist, here.

About

Ruby Fast Data Structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages