Matthias Endler
Matthias Endler
Leapfrog is a lock-free concurrent hash map. Recently, [serde support got added](https://github.com/robclu/leapfrog/issues/1), making this a drop-in replacement for DashMap. The goal is to see if we get any performance-improvement with...
## Introduction lychee is getting more mature and we'd like to share the future v1 with a broader audience. For that we need an easy way to install the binary....
linkify 0.8.0 was just released with an exciting new feature: > New option url_must_have_scheme on LinkFinder that can be set to false to allow URLs without scheme/protocol such as example.com....
After reading [this comment](https://www.reddit.com/r/rust/comments/sr02aj/comment/hwqb6lv) I was wondering what would be the downsides of testing [bstr](https://github.com/BurntSushi/bstr) for reading inputs. The way I see it * we need a read-only view anyway...
## Introduction Some requests take longer than others — sometimes by a significant amount. As of now we are blind as to how long each website took to respond. Providing...
File sync didn't work properly on bigger projects (>100.000 files). Sometimes files were missing inside the guest or on the host. After some investigation I noticed that the unison container...
Given the following `Dockerfile`: ```Dockerfile FROM debian:jessie ``` and this `docker-compose.yml` ```yaml services: app: build: . ``` I get an error when I run `crane up`: ```go ERROR: yaml: unmarshal...
## Feature Request Type - [X] Core functionality - [ ] Alteration (enhancement/optimization) of existing feature(s) - [ ] New behavior ## Description At the moment we start `ffmpeg` after...
## Description ## Types of Changes - [ ] Core - [ ] Bugfix - [ ] New feature - [X] Enhancement/optimization - [ ] Documentation ## Issues Fixed or...
## Feature Request Type - [ ] Core functionality - [X] Alteration (enhancement/optimization) of existing feature(s) - [ ] New behavior ## Description At the moment, we use a custom...