Posts by Tags

Advertising

LLM

LLM Notes

less than 1 minute read

Published:

The notes of Large Language Models.

Malloc

Nginx

Nginx high concurrency strategy

11 minute read

Published:

Strategy for high concurrency

Nginx combines multi-processing and scalable I/O event notification mechanism to handle a large amount of connections and requests.

Proxygen