Skip to content
View vimirage's full-sized avatar
  • Netherlands
  • 05:42 (UTC +02:00)
Block or Report

Block or report vimirage

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

  1. Implementation of a method to determ... Implementation of a method to determine whether - when split at the byte boundary - an integer contains a byte.
    1
    // this may be broken for big-endian, may require a #[cfg] conditional exor or subtraction on the results,
    2
    // or flipping the leading -> trailing
    3
    
                  
    4
    const fn splat_octet(octet: u8) -> u64 {
    5
     u64::from_ne_bytes([octet; 8])
  2. FinalizationRegistry, with dependenc... FinalizationRegistry, with dependencies between objects for GC tracking purposes
    1
    // type InternalKey = object;
    2
    
                  
    3
    // an empty, (ideally frozen) object
    4
    // constructs a new object that should be as small and cheap as possible.
    5
    // Maybe the implementation is totally off.
  3. Optimised implementation of vector m... Optimised implementation of vector min/max for u8x4 on Armv7, without SIMD.
    1
    @ The effect produced for min is the same as that of max.
    2
    @ Compiled on rustc 1.62.0
    3
    
                  
    4
    u8x4_min:
    5
      uqsub8 r3, r0, r1