An open API service indexing awesome lists of open source software.

https://github.com/mindreframer/performant_ruby


https://github.com/mindreframer/performant_ruby

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Collection of small (aka dependency-free) and performant Ruby libraries

## ORM
- https://github.com/jeremyevans/sequel - Sequel: The Database Toolkit for Ruby

## Validation

- https://github.com/soveran/scrivener - Validation frontend for models, more here: http://bits.citrusbyte.com/model-validations/
- https://github.com/tizoc/bureaucrat - Bureaucrat - Form handling for Ruby -

## Templating

- [Mote](https://github.com/soveran/mote)
- https://github.com/soveran/mote/blob/master/benchmarks/result.txt

## Data Structures

- https://github.com/arturoherrero/ofstruct - OpenFastStruct is a data structure, similar to an OpenStruct but fast

## Webframeworks

- http://roda.jeremyevans.net - Roda
- http://confreaks.tv/videos/mwrc2015-better-routing-through-trees
- http://lotusrb.org/ - Lotus

## Hashbuilder / Serializers

- https://github.com/mindreframer/api_view - Friggin' fast Serializer gem

## Simple libs
- https://github.com/TheBlasfem/garfio - Garfio helps you to build hooks in your ruby objects
- https://github.com/mindreframer/require_pattern_xt - robust and easy file requiring

## Excel Parsing
- https://github.com/pythonicrubyist/creek - Creek – Stream parser for large Excel(xlsx and xlsm) files.

## CSV Parsing
- [Fastest CSV class for MRI Ruby](https://github.com/brightcode/fastest-csv)
- [A pure-C CSV parser for Ruby](https://github.com/evan/ccsv)

## File Uploads
- [Refile](https://github.com/refile/refile)

## Some links were taken from
- https://github.com/dreikanter/ruby-bookmarks
- https://github.com/markets/awesome-ruby