From f19ddb59f2beaa2d695efedc182476a8c330513f Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Fri, 4 Jul 2014 12:36:40 +0300 Subject: [PATCH 1/2] Added more to High Performance --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80df7a3..9a0a125 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,8 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by *Libraries for making Ruby faster.* +* [EventMachine](https://github.com/eventmachine/eventmachine) - EventMachine: fast, simple event-processing library for Ruby programs +* [Celluloid](http://celluloid.io) - Actor-based concurrent object framework for Ruby ## Algorithms and Design Patterns From c3e268cb89048075fccf3a76fbddf19cac010160 Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Fri, 4 Jul 2014 14:54:07 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a0a125..0de9269 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by [awesome-php](https://github.com/ziadoz/awesome-php) & [awesome-python](https://github.com/vinta/awesome-python). +Your Pull requests are welcome! Let's make this the awesomest resource for Ruby :purple_heart: + - [Awesome Ruby](#awesome-ruby) - [Environment Management](#environment-management) - [Package Management](#package-management)