Last active
July 15, 2016 18:47
-
-
Save kondrak/020e938c228299ecda6e to your computer and use it in GitHub Desktop.
Dictionary of IT acronyms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ABI - Application Binary Interface | |
API - Application Programming Interface | |
CPU - Central Processing Unit | |
CRT - C Runtime | |
DOD - Data Oriented Design | |
GI - Global Illumination | |
GNU - Gnu's Not Unix | |
GPU - Graphics Processing Unit | |
ICE - Internal Compiler Error | |
IHV - Independent Hardware Vendor | |
IR - Intermediate Representation | |
JIT - Just-In-Time (compilation) | |
ISA - Instruction Set Architecture | |
LLVM - Low Level Virtual Machine (currently a C/C++ compiler) | |
KISS - Keep It Simple Stupid | |
MIME - Multipurpose Internet Mail Extensions | |
MSVC - Microsoft Visual C++ | |
PITA - Pain In The Ass | |
PSO - Partial Store Order | |
REGEXP - Regular Expression | |
RMO - Relaxed Memory Order | |
SDF - Signed Distance Function | |
SFINAE - Substitution Failure Is Not An Error | |
SPIR - Standard Portable Intermediate Representation (immediate language for pararell compute) | |
SO - Stack Overflow | |
TSO - Total Store Order | |
VS - Visual Studio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment