Skip to content
View x42005e1f's full-sized avatar

Block or report x42005e1f

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

Pinned Loading

  1. aiologic aiologic Public

    GIL-powered* locking library for Python

    Python 92 3

  2. culsans culsans Public

    Thread-safe async-aware queue for Python

    Python 61 1

  3. c11atomic c11atomic Public

    C/C++11 compatible atomics [WIP]

    C

  4. A fast future implementation (thread... A fast future implementation (thread-safe, signal-safe, non-blocking)
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    # SPDX-FileCopyrightText: 2026 Ilya Egorov <0x42005e1f@gmail.com>
    4
    # SPDX-License-Identifier: ISC
    5
    
                  
  5. Yet another microbenchmarking module... Yet another microbenchmarking module (draft)
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    # SPDX-FileCopyrightText: 2026 Ilya Egorov <0x42005e1f@gmail.com>
    4
    # SPDX-License-Identifier: ISC
    5
    
                  
  6. A rate limiter (async-aware only) A rate limiter (async-aware only)
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    # SPDX-FileCopyrightText: 2022 Ilya Egorov <0x42005e1f@gmail.com>
    4
    # SPDX-License-Identifier: 0BSD
    5