benchmarks. Some benchmarks of different languages
2.9keye. Process monitoring tool. Inspired from Bluepill and God.
1.2kmyhtml. Fast HTML5 Parser with css selectors for Crystal language
157crystal-benchmarks-game. Crystal implementations for The Computer Language Benchmarks Game
115lexbor. Fast HTML5 parser with CSS selectors for Crystal language
113jit-benchmarks. Benchmark for interpreted languages implementations.
104simple_rpc. RPC Server and Client for Crystal. Implements msgpack-rpc protocol.
70cron_scheduler. Simple job scheduler with crontab patterns for Crystal Language.
49modest. CSS selectors for HTML5 Parser myhtml
48limiter. Rate limiter for Crystal. Memory and Redis based.
36memory_cache. Super simple in memory key-value storage with expires for Crystal.
30pg_csv. Fast Ruby PG csv export. Uses pg function 'copy to csv'. Effective on millions rows.
29auto_json. Auto JSON convertations for classes and structs, based on auto_constructor fields
20pg_reindex. Console utility for gracefully rebuild indexes/pkeys for PostgreSQL, with minimal locking in semi-auto mode.
19run_with_fork. Some simple parallelism for Crystal. Run some heavy or blocked thread operations in background fork.
19redisoid. Redis client for Crystal with auto-reconnection and pool (wrapper for stefanwille/crystal-redis, kostya/redis-reconnect, ysbaddaden/pool). Ready to use in production.
18http_parser.cr. Crystal wrapper for Http Parser lib: https://github.com/joyent/http-parser
17auto_initialize. Generate initialize methods for classes and structs
15cron_parser. Cron parser for Crystal language. Translated from Ruby https://github.com/siebertm/parse-cron
13pgq. Queues system for AR/Rails based on PgQ Skytools for PostgreSQL, like Resque on Redis. Rails 2.3 and 3 compatible.
12ruby-app. Ruby micro framework for easy create ruby applications (daemons, EventMachine-apps, db-apps, cli...). Features: bundler, environments, activesupport, rails dirs tree. Fast loading and low memory using.
11socks. Socks5 server in Crystal. Simple implementation without auth, bind, associate and ipv6.
11curl-downloader. Powerfull http-client for Crystal based on libcurl binding.
10eye-http. Http interface for the Eye gem
10auto_constructor. Auto construct initialize methods for classes and structs
9eye-rotate. Log rotate for the Eye gem.
9balancer. Simple Tcp Balancer
9tkrzw. Fast Persistent Key Value Storage
9crystal-metric. This is set of 26 benchmarks for Crystal language, in one file.
9redis-reconnect. Redis client with autoreconnection for slow clients (wrapper for stefanwille/crystal-redis). Used as part of redisoid shard.
8simple_idn. SimpleIdn for Crystal language. Translated from Ruby https://github.com/mmriis/simpleidn
8topaz. A high performance ruby, written in RPython
8sigar. Fork of hyperic/sigar with some fixes. Support only ruby binding. Part of Eye gem.
7timeouter. Simple timeouter
7confuddle. Utility for work with unfuddle.com account from console
7blank. method Blank for Crystal Language
7nagios_helper. Gem for writing, testing, executing Nagios checks inside Rails application. Checks running throught http or script.
6kyotocabinet. Fast Persistent Embedded KeyValue Storage. Wrapper for KyotoCabinet
6bin_script. Easy writing and executing bins(executable scripts) in Rails Application (especially for crontab or god). For my purposes much better than Rake, Thor and Rails Runner.
6jaro_winkler. Crystal implementation of Jaro-Winkler distance algorithm which supports UTF-8 string
6public_suffix. Public Suffix for Crystal
6sidekiq-kawai. Syntax sugar for Sidekiq consumers. Each consumer is a class, with clean interface, and custom logger.
5fast_to_f. Fast floats parser in Crystal (wrapper for fast_double_parser).
4entities. Crystal html entities decoder
4encoding_name. Normalizer of encoding name for Crystal (to use it in crystal internal encoder-decoder)
4thread_pool. Simple Thread pool for Crystal
4idn_ffi. LibIdn FFI ruby binding
3stuffs. Some stuffs which i used in every project for Crystal. Mini ActiveSupport
3forking. Simple processes forking, and restarting. Master process starts as daemon.
3find_lib. Find dynamic libary in system paths, multiplatform (to use dlopen and dlsym).
3encoding-kawai. EncodingKawai - little sintax sugar for ruby force_encoding, also working on 1.8.7.
2marshal64. Marshal + Base64 coder. Usefull for serialize data to db.
1jober. Simple background jobs, queues.
1ruby-app-ar. RubyApp extension, adds ActiveRecord support.
1pg_reconnect. ActiveRecord PostgreSQL auto-reconnection, works with 2.3 and 3.2 rails. Uses hackety wrapper on adapter execute.
1em-nodes. Simple abstraction on top of EventMachine for easy create clients, servers, workers, ...
1resque-marshal. Marshal encoder for resque. Enables when required.
1