Hacker News new | ask | show | jobs
by ciarcode 1929 days ago
yeah I know that, and I always wondered how they implement basic data structure like linked list or bst with static allocation. I guess that this will be never something really needed in an embedded system, and they can live with arrays and variables.