Skip to content
View rfourquet's full-sized avatar

Organizations

@JuliaLang @JuliaMath @JuliaRandom

Block or report rfourquet

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

Popular repositories Loading

  1. BitIntegers.jl BitIntegers.jl Public

    Fixed-width integers similar to builtin ones

    Julia 52 11

  2. SafeREPL.jl SafeREPL.jl Public

    Swap the meaning of literals in the Julia REPL

    Julia 17 3

  3. BitFloats.jl BitFloats.jl Public

    Float80 and Float128 types provided by LLVM

    Julia 7 3

  4. Bits.jl Bits.jl Public

    Utility functions for bits manipulation

    Julia 6 2

  5. XInts.jl XInts.jl Public

    XInts.jl: alternative to BigInt in Julia (hopefully faster)

    Julia 4

  6. PARI.jl PARI.jl Public

    Julia wrapper for the PARI/GP library

    Julia 3 1

18 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Loading A graph representing rfourquet's contributions from March 24, 2024 to March 29, 2025. The contributions are 56% commits, 28% pull requests, 11% code review, 5% issues.

Contribution activity

March 2025

Created a pull request in rfourquet/BitIntegers.jl that received 1 comment

faster hashing

For <= 64 bits, this converts to Base's types. Beyond 64 bits, the generic hash(x::Real, h::UInt) method is used, like for [U]Int128, but Base.top_…

+45 −8 lines changed 1 comment
Opened 3 other pull requests in 2 repositories
Reviewed 2 pull requests in 2 repositories
Loading