Hacker News new | ask | show | jobs
by jalla 2036 days ago
Use the stack and not the heap.

Pre-allocate arrays, avoid collections.

Use LUTs.

Avoid string processing, operate on bits and bytes as much as possible.

Same applies to telecoms-development that has to be fast and predictable.

2 comments

>Same applies to telecoms-development that has to be fast and predictable.

Funny enough, I've always thought of it more of writing Java like Erlang than C.

What is LUT?