Skip to content
View Benjamin-Philip's full-sized avatar

Block or report Benjamin-Philip

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 Loading

  1. serde_arrow Public

    Serialization and deserialization to Apache Arrow for Erlang

    Erlang 11 1

  2. elixir-nx/nx Public

    Multi-dimensional arrays (tensors) and numerical definitions for Elixir

    Elixir 2.7k 205

  3. erlang/otp Public

    Erlang/OTP

    Erlang 11.7k 3k

  4. livebook-dev/livebook Public

    Automate code & data workflows with interactive Elixir notebooks

    Elixir 5.3k 456

133 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to Benjamin-Philip/lanx, Benjamin-Philip/1brc_icfp25, erlang/otp and 6 other repositories
Loading A graph representing Benjamin-Philip's contributions from April 21, 2024 to April 24, 2025. The contributions are 68% commits, 25% pull requests, 5% code review, 2% issues. 5% Code review 2% Issues 25% Pull requests 68% Commits

Contribution activity

April 2025

Created 5 commits in 2 repositories

Created a pull request in erlang/otp that received 4 comments

Add persistent_term:put_new

This PR adds the persistent_term:put_new to conditionally add a key-value only if the key is new. Closes #9681. /cc @jhogberg.

+218 −60 lines changed 4 comments
Opened 8 other pull requests in 3 repositories

Created an issue in erlang/otp that received 6 comments

Add persistent_term:put_new/2

Is your feature request related to a problem? Please describe. I'm using persistent_term to store some atomic counters, which are read and updated …

6 comments
Loading