Skip to content
View david-a-perez's full-sized avatar

Organizations

@CCHSStem

Block or report david-a-perez

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. TheoreticalCoverage TheoreticalCoverage Public

    Python 5

  2. Coverage-MarIO Coverage-MarIO Public

    A version of Sethbling's MarI/O designed to gather coverage

    Lua

  3. containerized-workshops containerized-workshops Public

    Python 1 2

  4. GitGuessr-website GitGuessr-website Public

    Rust 1 1

  5. Advent of Code 2023 Day 6 Optimizations Advent of Code 2023 Day 6 Optimizations
    1
    // time:   [1.8843 µs 1.8897 µs 1.8955 µs]
    2
    pub fn original(input: &[u8]) -> Option<usize> {
    3
        let mut idx = 0;
    4
        'outer: while idx + 13 < input.len() {
    5
            let mut state = 0;