Skip to content
View mlavergn's full-sized avatar

Highlights

  • Pro

Block or report mlavergn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mlavergn/README.md

Things I'm Experimenting On

LLMs

  • Task specific highly optimized inteference engines with optimized layer mappings
  • Dynamic adapter retraining passes based on continuouosly evolving reinforcement data

Diffusion Models

  • Interesting alternative for static transformer based models based on malleable differential equations

Zig

Zig, a modern alternative to C, is a low-level systems language with zero hidden allocations, no garbage collector, and no hidden control flow. Default runtime safety checks include array bounds, integer overflow detection, and null unwrapping.

Zig defaults to lean, zero-dependency binaries with a small memory footprint and fast startup times. Leveraging comptime specialization and guaranteed tail calls, Zig measurably edges out comparable C++ and Rust binaries by 1–2% in throughput by eliminating abstraction penalties and enabling aggressive compile-time evaluation.

Zig’s first-class C interoperability features seamless C intergration, C-compatible ABIs, and a drop-in C/C++ compiler (zig cc). Combined with cross-compilation targeting any architecture from any host with zero extra toolchain installs, Zig delivers lean, zero-dependency binaries with minimal memory footprint and fast launch times.

Link Outs



Pinned Loading

  1. gopack gopack Public

    Lightweight dependency-free embedding of static files into Go executables

    Go

  2. godom godom Public

    DOM data extraction package inspired by BeautifulSoup in pure golang

    Go 1

  3. swiftdom swiftdom Public

    DOM data extraction package inspired by BeautifulSoup in pure swift

    Swift

  4. swiftutil swiftutil Public

    Swift utility classes that are (currently) not feature rich enough to warrant a separate package

    Swift

  5. xcode-templates xcode-templates Public

    Xcode bare bones templates without storyboards / XIBs / NIBs

    Objective-C 1

  6. macos-packages macos-packages Public

    macOS packages and packagers

    Makefile