Gems

njaremko/parquet-ruby: A parquet library for Ruby, written in Rust.
This library provides high-level bindings to parquet-rs with two primary APIs for reading Parquet files: row-wise and column-wise iteration. The column-wise API generally offers better performance, especially when working with subset of columns.
.

fractaledmind/chaotic_job: 👾 Resilience test helpers for Active Job
ChaoticJob provides a set of tools to help you test the reliability and resilience of your Active Jobs. It does this by allowing you to simulate various types of failures and glitches that can occur in a production environment, inspired by the pri...





karafka/karafka: Ruby and Rails efficient Kafka processing framework
Karafka is a Ruby and Rails multi-threaded efficient Kafka processing framework that:
Has a built-in Web UI providing a convenient way to monitor and manage Karafka-based applications.
Supports parallel processing in multiple threads (also for a ...

jwt/ruby-jwt: A ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.
A ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.
If you have further questions related to development or usage, join us: ruby-jwt google group.
See CHANGELOG.md for a complete set of changes and upgrade guide for upgrad...

mongodb/bson-ruby: Ruby Implementation of the BSON Specification (2.0.0+)
Each release of the BSON library for Ruby after version 5.0.0 has been automatically built and signed using the team's GPG key.
To verify the bson gem file:
Download the GPG key.
Import the key into your GPG keyring with gpg --import ruby-driver...

public-law/asset_ram: Reduce Rails allocations by 35%+ and gain a speed boost. Memoizes asset links.
Reduce Rails allocations by 35%+ and gain a speed boost. Memoizes asset links. - public-law/asset_ram
Rails 7 update: I measured a 35% reduction in allocations. I tested my app's home page in production:
Rails 7.0.6
Ruby 3.2.2
Sprockets v3 and v...