Forem

Yair Lenga profile picture

Yair Lenga

404 bio not found

Joined Joined on  github website
Automatic Enum Handling in C — Parsing, Validating and Iterating.
Cover image for Automatic Enum Handling in C — Parsing, Validating and Iterating.

Automatic Enum Handling in C — Parsing, Validating and Iterating.

Comments
2 min read

Want to connect with Yair Lenga?

Create an account to connect with Yair Lenga. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Automatic Enum Stringification in C via Build-Time Code Generation
Cover image for Automatic Enum Stringification in C via Build-Time Code Generation

Automatic Enum Stringification in C via Build-Time Code Generation

Comments
1 min read
Optimizing Chained strcmp Calls for Speed and Clarity
Cover image for Optimizing Chained strcmp Calls for Speed and Clarity

Optimizing Chained strcmp Calls for Speed and Clarity

Comments
2 min read
Safer Casting in C — With Zero Runtime Cost
Cover image for Safer Casting in C — With Zero Runtime Cost

Safer Casting in C — With Zero Runtime Cost

Comments
2 min read
Stack vs malloc: real-world benchmark shows 2–6x difference
Cover image for Stack vs malloc: real-world benchmark shows 2–6x difference

Stack vs malloc: real-world benchmark shows 2–6x difference

Comments
1 min read
Avoiding malloc for Small Strings in C With Variable Length Arrays (VLAs)
Cover image for Avoiding malloc for Small Strings in C With Variable Length Arrays (VLAs)

Avoiding malloc for Small Strings in C With Variable Length Arrays (VLAs)

1
Comments
1 min read
loading...