#algorithms
Every summary, chronological. Filter by category, tag, or source from the rail.
Tag · #algorithms
Trie Automata for Efficient Constrained Decoding
Trie automata provide a memory-efficient and performant method for enforcing complex constraints during LLM decoding, particularly when dealing with massive sets of valid output tokens.
arXiv cs.AI
Demystifying Dependency Injection: A Graph Theory Perspective
Dependency Injection (DI) containers are essentially graph solvers that use reflection and topological sorting to resolve complex service dependencies in the correct order.
Level Up Coding
Showing 2 of 2