Kostya M

Results 18 repositories owned by Kostya M

memory_cache

29
Stars
1
Forks
Watchers

Super simple in memory key-value storage with expires for Crystal.

modest

46
Stars
4
Forks
Watchers

CSS selectors for HTML5 Parser myhtml

pg_csv

30
Stars
9
Forks
Watchers

Fast Ruby PG csv export. Uses pg function 'copy to csv'. Effective on millions rows.

pg_reindex

20
Stars
1
Forks
Watchers

Console utility for gracefully rebuild indexes/pkeys for PostgreSQL, with minimal locking in semi-auto mode.

redisoid

17
Stars
1
Forks
Watchers

Redis client for Crystal with auto-reconnection and pool (wrapper for stefanwille/crystal-redis, kostya/redis-reconnect, ysbaddaden/pool). Ready to use in production.

run_with_fork

19
Stars
0
Forks
Watchers

Some simple parallelism for Crystal. Run some heavy or blocked thread operations in background fork.

simple_rpc

64
Stars
4
Forks
Watchers

RPC Server and Client for Crystal. Implements msgpack-rpc protocol.

auto_initialize

15
Stars
0
Forks
Watchers

Generate initialize methods for classes and structs