42P by xguru 2023-01-31 | favorite | 댓글과 토론
  • C/C++로 Redis를 밑바닥부터 만들어보는 책 [120p]
  • 네트워크 프로그래밍과 자료 구조 배우기
  • 웹버전은 무료, PDF/EPUB는 구입 가능

목차

Part 1. Getting Started

  • Introduction
  • Introduction to Sockets
  • Hello Server/Client
  • Protocol Parsing
  • The Event Loop and Nonblocking IO
  • The Event Loop Implementation
  • Basic Server: get, set, del

Part 2. Essential Topics

  • Data Structure: Hashtables
  • Data Serialization
  • The AVL Tree: Implementation and Testing
  • The AVL Tree and the Sorted Set
  • The Event Loop and Timers
  • The Heap Data Structure and the TTL
  • The Thread Pool and Asynchronous Tasks