Lightning Memory-Mapped Database: a high-performance embedded key-value store using memory-mapped files. Used in OpenLDAP and machine learning frameworks.
Definition
Glossary
Browse our comprehensive glossary of technical terms, definitions, and concepts.
Lock File: used to prevent concurrent access to a resource or to pin exact dependency versions (package-lock.json, Gemfile.lock, composer.lock).
DefinitionLog File: a text file recording events, errors, and diagnostic information generated by software, servers, or operating systems.
DefinitionLyric File: a simple text format for synchronized song lyrics. Each line is timestamped for karaoke-style display in music players.
DefinitionAn extremely fast lossless compression algorithm focusing on compression and decompression speed rather than ratio. Used in Linux kernel, ZFS, and real-time applications.
DefinitionLempel-Ziv-Markov chain Algorithm: a compression algorithm providing high compression ratios. It is the core algorithm used in 7z and XZ formats.
DefinitionLempel-Ziv-Oberhumer: a data compression algorithm focused on decompression speed. Used in the Linux kernel, OpenVPN, and embedded systems.
DefinitionA document preparation system and markup language for high-quality typesetting. Standard in academia for scientific papers, theses, and mathematical documents.
DefinitionA free, open-source PHP web application framework designed for building modern web applications following the MVC architectural pattern. Laravel provides elegant syntax, robust tools for routing, ORM,...
DefinitionA type of AI model trained on vast amounts of text data that can understand, generate, and reason about human language. LLMs like GPT-4, Claude, and Llama use transformer architectures with billions o...
DefinitionThe time delay between sending a request and receiving a response over a network, typically measured in milliseconds. Latency is affected by physical distance, network congestion, routing, and process...
DefinitionA design pattern that defers the loading of non-critical resources until they are actually needed. In web development, lazy loading is commonly applied to images, videos, and JavaScript modules to imp...
DefinitionA CSS preprocessor that extends CSS with variables, mixins, functions, and nesting. Less can run on the server (Node.js) or client-side in the browser.
DefinitionA fast key-value storage engine by Google using LSM trees. Used internally by Chrome, Bitcoin Core, and as a backend for many databases.
DefinitionThe native file formats of LightWave 3D. .lwo stores 3D object data; .lws stores scene layout and animation. Historically used in TV production (Babylon 5, Battlestar Galactica).
DefinitionA template language created by Shopify, written in Ruby. Liquid powers Shopify themes, Jekyll static sites, and other platforms, featuring safe sandboxed execution for user-facing templates.
DefinitionSource code for Lisp (List Processing), the second-oldest high-level language (1958). Pioneer of many CS concepts including tree data structures, garbage collection, and dynamic typing.
DefinitionA device or software that distributes incoming network traffic across multiple servers to ensure no single server bears too much load. Load balancers improve application availability, reliability, and...
DefinitionA specialized type of recurrent neural network designed to learn long-range dependencies in sequential data. LSTMs use gate mechanisms (input, forget, output) to control information flow, solving the...
DefinitionA mathematical function that measures the difference between the predicted output and the actual target value. The loss function guides the training process by quantifying how well or poorly a model i...
Definition