The Wayback Machine - https://web.archive.org/web/20211105005636/https://github.com/michaeleisel
Skip to content
Avatar

Sponsors

@steipete @eliperkins @seanpianka

Achievements

Achievements

Block or Report

Block or report michaeleisel

Report abuse

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

Report abuse

Pinned Loading

  1. zld Public

    A faster version of Apple's linker

    C++ 893 28

  2. A much faster version of JSONDecoder

    Swift 681 40

  3. A 10x+ faster drop-in replacement for NSISO8601DateFormatter

    Objective-C 65 5

  4. barber Public

    Fast build times for big Swift projects

    Ruby 237 5

  5. A faster version of +stringWithFormat:

    Objective-C 13 2

166 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

November 2021

Created 4 commits in 1 repository

Created an issue in Cyan4973/xxHash that received 6 comments

Support for C strings of unknown length

I have a case where I'm hashing many short C strings whose length I don't know upfront. I can do XXH3_64bits(string, strlen(string)), but there strlen

6 comments