Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)N
Posts
6
Comments
8
Joined
3 yr. ago

  • A general purpose memory allocator although this is really much a work in progress i think there are some good opportunities for otimization in a memory allocator for rust.

    For example Rust gives you the size of memory region to free, which means the allocator does not have to track that.

  • Maybe Cloudflare's pingora suits this purpose better given that it is being used by cloudflare to proxy traffic at a large scale

  • Yeah that just wastes both people's time

  • Yeah that's the fun part!

    Maybe there are also some security implications of the code?

    Because the thing is: That code is probably gonna end up in production somewhere

  • Rust @programming.dev

    Examples are not Documentation

    nereux.blog /posts/examples-are-not-documentation/
  • Programming @programming.dev

    A getting started guide to ESP32 no-std Rust development

    nereux.blog /posts/getting-started-esp32-nostd/
  • Rust @programming.dev

    A getting started guide to ESP32 no-std Rust development

    nereux.blog /posts/getting-started-esp32-nostd/
  • Hmm now it would be interesting how eyra fares for allocating. And also why does musl not implement a faster allocator? I get that it should be backwards compatible but the gap to glibc seems to be really large.

  • Rust @programming.dev

    The nix crate is searching for a new maintainer

    github.com /nix-rust/nix/issues/2132
  • And then you find out you have that dependency but your linker decides to not take it and then you have it but a slightly other version and you decide it's not worth it

  • Rust @programming.dev

    rusty-FUME - A high-performance MQTT network fuzzer

    github.com /MCloudTT/rusty-FUME
  • This is my first post on the Threadiverse! I hope i didn't miss tagging the post with a flair. If you have any feedback feel free to write in this thread!

    This is a smaller blogpost but i will write larger ones in the future hopefully more in-depth than those in the past

  • Rust @programming.dev

    Rust Library Compatibility Levels

    nereux.blog /posts/rust-compatibility-levels/