Mario Rugiero

Results 68 issues of Mario Rugiero

This reduces `Program` cloning for building the `CairoRunner` by 86% according to our Criterion benchmarks. Running transactions 68000-68500 with Pathfinder shows a 7% improvement. ## Checklist - [ ] Linked...

Re-exports `bincode::enc::write::{Writer, SliceWriter}` and implements two ad-hoc writers for common use cases, `VecWriter` and `BufWriter`, for writing to memory and an arbitrary `std::io::Write` (in a buffered fashion), the latter enabled...

Running the same benchmarks as in [LuaJIT](https://luajit.org/performance.html) against both the canonical and LuaJIT interpreters would be interesting to have a ballpark estimation about whether this is also a proper replacement...

Crates dependencies tend to have an upper bound: as many as `--all-features` depends on. However, combinations grow quadratically with the number of features to test. Thus, it's much more valuable...

The big work happens inside a .jar file with no corresponding .java file. It'd be very interesting to know how it works.

I have two different Trello accounts, one provided by my employers for work and a personal one. Sadly, this client doesn't provide out-of-the-box support for this use case. I'm now...

There's a service called Five Filters which is somewhat related in mission to feedi. This service has open source parts, including a [set of filters they use to extract text...

feature

- **feat(pli): configure DB via env var** - **feat(pli): envfile loading** - **feat: add config file example** - **feat(pli): add config command and support for updating the config with it**...

external-contribution

## What ❔ Use `BufReader` and `BufWriter` rather than serializing to and deserializing from memory, reducing one of the memory usage peaks caused by temporaries. For one particular case this...

external-contribution