Skip to content
View max-baydoun's full-sized avatar
Block or Report

Block or report max-baydoun

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
max-baydoun/README.md
  • 👋 Hi, I’m @max-baydoun
  • 👀 I’m interested in Arduino, robotics, algorithms and learning new technologies in general.
  • 🌱 I’m currently learning how to use React.js.
  • 📫 You can reach me via email at [email protected], and by giving me a call at 0466573552.

Pinned

  1. small-matrix small-matrix Public

    A `SmallMatrix` is a small-storage-optimised matrix whose elements are allocated on the stack if the number of elements is less than 144 allowing fast read/write speeds. If the number of elements i…

    C++