Author Pablo Picouto Garcia
Is this repo useful? Please ⭑Star this repository and share the love.
Examples of functional programing in Rust
Implementation of some of the most famous Monads you can find in Haskel
or Scala
Macro implementation for [rust_io] defining several operators to be used emulating Haskel [do notation]
A Rust implementation of Reactive Extensions
Fast and safe HTTP for the Rust language.
A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility.
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
Code example of Kafka consumer/producer
and benchmark result producing/consuming
1000 records with 100kb size.
Code example of Red Panda consumer/producer
and benchmark result producing/consuming
1000 records with 100kb size.
Dynamic loading, also known as dynamic linking or runtime linking, is a technique that allows programs to load and use external code (such as libraries) at runtime, instead of statically linking them at compile time
Goose is a Rust load testing tool inspired by Locust.
=== PER REQUEST METRICS ===
------------------------------------------------------------------------------
Name | # reqs | # fails | req/s | fail/s
------------------------------------------------------------------------------
GET /hello | 435,482 | 0 (0%) | 3629 | 0.00
------------------------------------------------------------------------------
Name | Avg (ms) | Min | Max | Median
------------------------------------------------------------------------------
GET /hello | 3.90 | 1 | 103 | 4
------------------------------------------------------------------------------
Slowest page load within specified percentile of requests (in ms):
------------------------------------------------------------------------------
Name | 50% | 75% | 98% | 99% | 99.9% | 99.99%
------------------------------------------------------------------------------
GET /hello | 4 | 5 | 8 | 10 | 16 | 23
------------------------------------------------------------------------------
Name | Status codes
------------------------------------------------------------------------------
GET /hello | 435,482 [200]
-------------------------+----------------------------------------------------
Aggregated | 435,482 [200]
=== OVERVIEW ===
------------------------------------------------------------------------------