Notes
Largely a list of FYI to myself. You may read along if you like, but these notes are just an uncategorized list of things I've found useful to keep around for future ref.
Tag Search
List of Notes
- * Virtual memory and page faultsBasic overview about virtual memory, page faults and how that matters for innodb and `innodb_buffer_pool_size` config
- * Big o notationA short note on understanding Big O notation
- * Basic query patterns for fast recallA short collection of basic SQL patterns for fast recall, not intended as an educational resource
- * InodesBasic overview of what inodes are
- * Basic data structures in cReference notes on structs, linked lists, stacks, and queues with working C examples
- * C pointers and arraysQuick reference notes on C pointers and arrays. Not intended as a complete learning resource.