Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View badsami's full-sized avatar
  • Paris, France
  • 06:19 (UTC +01:00)
  • Codestin Search App in/samiamara

Organizations

@GP-Engine-team

Block or report badsami

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
badsami/README.md

Hi, I'm Sami 👋

I'm a C & C++ developer interested in creating resource-efficient solutions by leveraging hardware and operating systems features, succinct data structures and suitable or new algorithms.

Topics of interest

Systems programming, data-oriented design, performance & memory analysis and optimization techniques, hardware inner workings and features (SIMD & other intrinsics, memory, CPUs, GPUs), data compression, power-efficient environment-friendly development practices/code/hardware

Fields of interest

Genomics, bioinformatics, scientific research, green computing, permacomputing, video games

linkedin.com/in/samiamara /// [email protected]

Pinned Loading

  1. GP-Engine-team/GP_Engine GP-Engine-team/GP_Engine Public

    The Green Portal Engine is a student project built over the span of 5 months, aimed at learning how to code a functional game engine comprehensive enough to make a game (GPGame) out of it.

    C++ 9 1

  2. cpu_specs cpu_specs Public

    CPU features detection at runtime with the x86 CPUID instruction

    C

  3. logs logs Public

    C buffered logging library. No C runtime, no C standard library, no dynamic allocation. Get your data formatted into a stack-allocated buffer of pre-determined size, then write it all at once to a …

    C

  4. bad bad Public

    A C/C++ SIMD math library for video game programming and connected fields, targeting x86, x86-64 and ARM architectures.

    C 2

  5. str_conv str_conv Public

    Integers and 32-bit floating-point numbers conversion functions to and from strings of binary, decimal and hexadecimal characters.

    C

  6. projection projection Public

    PROJECTION is a 2.5D action game which mixes puzzle and platforming.

    C#