
concurrency
/kənˈkʌrənsi/
The ability of different parts or units of a program to be executed out-of-order
concurrency in a sentence
“Concurrency improves performance on multi-core processors.”
Origin of concurrency
From Latin concurrere (to run together), from con- (together) + currere (to run)
Related Words
devops
A set of practices that combines software development and IT operations
refactor
Restructure existing code without changing its external behavior
deprecated
Marked as obsolete and scheduled for removal
scalable
Able to handle increased load or growth efficiently
idempotent
Producing the same result regardless of how many times it's executed
abstraction
Hiding complex implementation details behind a simpler interface