Definitions for programmers starting with letter L
- Fusion Loop definition What is optimization and loop transformation, which replaces multiple loops with a single one. It is the reverse action to loop fission
- LADSPA: Linux Audio Developers Simple Plugin API definition What is API(LADSPA) is a standard interface under Lesser General Public License for handling filters, effects and the like in Linux-based operating
- LAMIP: Linux Audio Multiple Interface Player definition What is LAMIP) is a free audio player. Its goal is to provide an interface which is completely driven by plugins. LAMIP was designed from the
- LAMP: Linux, Apache, MySQL and Perl/PHP/Python definition What is Linux, Apache, MySQL and Perl (or PHP or Python), refers to a set of free software programs commonly used together to run dynamic Web sites
- Server Lan definition What is System (NOS). The IBM LAN Server started as a close cousin of Microsoft LAN Manager and first shipped in early 1988. It was originally
- C Lattice definition What is Corporation, was the first C compiler for the IBM PC, in 1982. It was ported to many other platforms, such as mainframes (MVS
- Language Programming Lava definition What is oriented, interpreter-based programming language with an associated programming environment (LavaPE = Lava Programming Environment), which
- Evaluation Lazy definition What is optimization technique that attempts to delay computation of expressions until the results of the computation are known to be needed. It
- LCC: Local C Compiler definition What is retargetable ANSI C compiler developed by Chris Fraser and David Hanson. LCC is simple to be understood and well-documented. LCC can
- Mechanizm Legacy definition What is quot; existing computer system or application program which continues to be used because the user does not want to replace or redesign it
- LGPL: Lesser General Public License definition What is GLGPL or LGPL), formerly the GNU Library General Public License, is a free software license published by the Free Software Foundation. It
- Lha definition What is freeware compression utility and associated file format, created by Haruyasu Yoshizaki. Although no longer much used in the West, LHA
- Libmp3Splt definition What is splitter library that runs on GNU/Linux, and Microsoft Windows operating systems. The source code for libmp3splt is released under the GNU
- Software Libre definition What is software that you may distribute with legal "freedom", which may or may not cost anything to get it. The European Commission
- Lightwave definition What is computer graphics program for 3D modeling, rendering, and animation. Although the program originated on the Commodore Amiga, it has since
- Linker definition What is development tool that accepts one or more object files as inputs and outputs. The linker is thus run after all of the source files have
- Language Programming Linoleum definition What is Linoleum or Lino) programming language, means Low-level INterfaced OverLanguage for Extremely Universal Machine-coding, developed by
- Tool Programming Lint definition What is of tools that flag suspicious usage in software written in any computer language. The term lint-like behavior is sometimes applied to the
- Linux definition What is free and open source Unix-like computer operating system. Unlike proprietary operating systems such as Windows or Mac OS, all of Linux
- Kernel Linux definition What is operating system kernel that was created by Linus Torvalds in 1991 and subsequently improved with the assistance of developers around the
- Pc Linux definition What is usually a microcomputer that uses Linux distribution software as its operating system and application software
- LIS: Laboratory Information Mechanizm definition What is a class of software which handles storing information generated by laboratory processes. These systems often must interface with
- Language Programming Lisp definition What is originally specified in 1958, is the second-oldest (only Fortran is older) high-level programming language in widespread use. LISP has
- Analysis Variable Live definition What is computer program compilers to calculate for each program point the variables that may be potentially read afterwards before their next
- Livecd definition What is distribution that is executed upon boot using a CD-ROM, without installation on a hard drive. It is one type of LiveDistro using CD-ROM as
- Livedistro definition What is operating system distribution that is executed upon boot, without installation on a hard drive. Typically, it is stored on bootable media
- LMS: Learning Management Mechanizm definition What is software package, that enables the management and delivery of learning content and resources to students. Most LMS systems are web-based to
- LNO: Loop Nest Optimization definition What is special case of loop transformation which deals with nested loops that makes possible large reductions in the cache bandwidth necessary for
- Program Loader definition What is utility that performs the functions of a linker program and then immediately schedules the resulting executable program for action in the
- Program Locator definition What is development tool that assigns physical addresses to a relocatable program. This is the last step in preparing software for execution by an
- Programming Logic definition What is logical programming) is programming that makes use of pattern-directed invocation of procedures from assertions and goals. The first logic
- Fission Loop definition What is technique attempting to break a loop into multiple loops over the same index range but each taking only a part of the loop's body
- Interchange Loop definition What is optimization technique, is the process of exchanging the order of two iteration variables. One major purpose of loop interchange is to
- Inversion Loop definition What is compiler optimization, particularly in loop transformation. This technique changes a standard while loop into a do/while (a.k.a
- Optimization Loop definition What is in computer compiling to optimize loops in the programs. Most execution time of a scientific program is spent on loops. Thus a lot of
- Splitting Loop definition What is peeling, is a compiler optimization technique. It attempts to simplify a loop or eliminate dependencies by breaking it into multiple loops
- Tiling Loop definition What is blocking, is a loop optimization used by compilers to make the execution of certain types of loops more efficient. Loop tiling partitions a
- Transformation Loop definition What is of loop optimization techniques in computer programming and compiling, which plays an important role in improving cache performance and
- Unswitching Loop definition What is optimization technique. It moves a conditional inside a loop outside of it by duplicating the loop's body, and placing a version of it
- Unwinding Loop definition What is unrolling, is a technique for optimizing parts of computer programs. The idea is to save time by reducing the number of overhead
- Loop-Invariant Code Motion definition What is compiler optimization technique which performs loop-invariant code movement automatically to improve execution speed. Loop-invariant code
- Language Level Low definition What is type of computer language that provides little or no abstraction from a computer's microprocessor. The word "low" refers to
- LSM: Linux Software Map definition What is text format for describing Linux software. LSM for a program is a single text document, named software_package_name.lsm. An LSM begins with
- Lurch definition What is tool that uses a nondeterministic algorithm to quickly explore the reachable states of a software model. By performing a partial and random
- LWP: Light-Weight Process definition What is weight process (LWP), confusingly known as a kernel thread, is a means of achieving multitasking. In contrast to a user thread, which is
- LZO: Lempel-Ziv-Oberhumer definition What is compression algorithm that is focused on decompression speed. The algorithm is lossless and the source is thread safe. A free software tool
Manuals, help and tutorials for programmers
Glossary with explanation, forum programmer answers.
Definition of Lzo: Lempel-Ziv-Oberhumer, Lwp: Light-Weight Process, Lurch, Lsm: Linux Software Map, Low-Level Language, Loop-Invariant Code Motion, Loop Unwinding, Loop description.
What is Lzo: Lempel-Ziv-Oberhumer, Lwp: Light-Weight Process, Lurch in programming.