Skip to content
Avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Arctic Code Vault Contributor

Organizations

@rust-lang @kupferlauncher @rust-sci @rust-ndarray @rust-itertools @petgraph

Pinned

  1. ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations

    Rust 1.5k 152

  2. Extra iterator adaptors, iterator methods, free functions, and macros.

    Rust 1k 166

  3. Graph data structure library for Rust.

    Rust 1.1k 147

  4. A hash table with consistent order and fast iteration; access items by key or sequence index

    Rust 569 57

  5. A vector with a fixed capacity. (Rust)

    Rust 298 58

  6. General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.

    Rust 83 12

185 contributions in the last year

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

Contribution activity

November 2020

bluss has no activity yet for this period.

October 2020

Created 3 commits in 2 repositories

Created an issue in rust-analyzer/rust-analyzer that received 5 comments

Insert explicit type removes coercion to raw pointer

In the following code: fn foo<T>(mask_buf: &T) { let mut ab: *const _ = mask_buf; ... } The insert explicit type assist produces let mut ab: &T = m…

5 comments

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

You can’t perform that action at this time.