AutodidactsHaven / kitc

Batteries-included toolkit for C. Dynamic arrays, hashtables, graphs, and more.
1 stars 0 forks source link

Toolkit Wishlist #1

Open omnisci3nce opened 1 year ago

omnisci3nce commented 1 year ago

Let's use this Issue as a tracking issue for any ideas we have with regards to containers (data structures), algorithms, features, API ergonomics, non-goals, et cetera.

omnisci3nce commented 1 year ago

I'll kick things off with a few basics:

delinx commented 1 year ago
omnisci3nce commented 1 year ago

Event bus

omnisci3nce commented 1 year ago

FSM (Finite state machine) abstraction

omnisci3nce commented 1 year ago

Timer

omnisci3nce commented 1 year ago

Slab allocator (example: per-frame data allocations for games)