Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report tkf

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.

Report abuse

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

Report abuse

Pinned

  1. Efficient transducers for Julia

    Julia 322 19

  2. ThreadsX.jl Public

    Parallelized Base functions

    Julia 238 9

  3. Fast sequential, threaded, and distributed for-loops for Julia—fold for humans™

    Julia 226 4

  4. rash Public

    Rash Advances Shell History

    Python 81 5

  5. python interface to julia

    Python 717 99

  6. emacs-jedi Public

    Python auto-completion for Emacs

    Emacs Lisp 647 86

2,525 contributions in the last year

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

Contribution activity

May 2022

Created 2 repositories

Created a pull request in JuliaLang/julia that received 18 comments

Add some CFG manipulation tools for IRCode

This PR adds CFG manipulation function allocate_new_blocks! and a derived function allocate_gotoifnot_sequence! to help CFG manipulation of IRCodes.

+924 −8 18 comments

Created an issue in JuliaLang/julia that received 1 comment

The failure ordering of the CAS loop lowering of modifyproperty!

julia> mutable struct Atomic{T}; @atomic x::T; end julia> inc!(a) = @atomic a.x += 1; julia> @code_llvm inc!(Atomic(0)) prints ; @ REPL[2]:1 within…

1 comment
Opened 1 other issue in 1 repository
julia-vscode/CSTParser.jl 1 closed

Seeing something unexpected? Take a look at the GitHub profile guide.