DEV Community

Yair Lenga profile picture

Yair Lenga

404 bio not found

Joined Joined on  github website
Automatic Enum Stringification in C via Build-Time Code Generation

Automatic Enum Stringification in C via Build-Time Code Generation

Comments
1 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
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

Safer Casting in C — With Zero Runtime Cost

Comments
2 min read
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)

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

1
Comments
1 min read
loading...