Comment by gmokki
1 year ago
For very simple things C might be accidentally faster.
But C lacks many modern data structures, which are critical for performance on modern hardware and bigger input data.
1 year ago
For very simple things C might be accidentally faster.
But C lacks many modern data structures, which are critical for performance on modern hardware and bigger input data.
What do you mean by C lacks many modern data structures?