Word Explorer

Persistent data structure

💡 Words with a Similar Meaning to "Persistent data structure"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
persistent memoryIn computer science, persistent memory is any method or apparatus for efficiently storing data structures such that they can continue to be accessed using memory instructions or memory APIs even after the end of the process that created or last modified them.
append-onlya property of computer data storage such that new data can be appended to the storage, but where existing data is immutable.
immutable objectIn object-oriented and functional programming, an immutable object (unchangeable object) is an object whose state cannot be modified after it is created.
system imageIn computing, a system image is a serialized copy of the entire state of a computer system stored in some non-volatile form, such as a binary executable file.
data structurenoun(computer science) Any form of storing and organizing data in a computer so that it can be accessed efficiently.
cachenoun(computing) A fast temporary storage where recently or frequently used information is stored to avoid having to reload it from a slower storage medium.
static variableIn computer programming, a static variable is a variable that has been allocated "statically", meaning that its lifetime (or "extent") is the entire run of the program.
polymorphic codeIn computing, polymorphic code is code that uses a polymorphic engine to mutate while keeping the original algorithm intact - that is, the code changes itself every time it runs, but the function of the code (its semantics) stays the same.
serializationnoun(computing) The process of serializing.
constantnounUnchanged through time or space; permanent.
mass storagenoun(computer hardware) Any form of data storage (non-volatile memory) with high capacity relative to that of the faster volatile memory of computers (of its time).
non-volatile memorynoun(computer hardware) A type of computer memory that can retain stored information even after power is removed.
purely functional data structureIn computer science, a purely functional data structure is a data structure that can be directly implemented in a purely functional language.
computer memoryComputer memory stores information, such as data and programs, for immediate use in the computer.
linked data structureIn computer science, a linked data structure is a data structure which consists of a set of data records (nodes) linked together and organized by references (links or pointers).
data remanencethe residual representation of digital data that remains even after attempts have been made to remove or erase the data.
deterministic algorithmIn computer science, a deterministic algorithm is an algorithm that, given a particular input, will always produce the same output, with the underlying machine always passing through the same sequence of states.
statenounA condition; a set of circumstances applying at any given time.
context switchIn computing, a context switch is the process of storing the state of a process or thread, so that it can be restored and resume execution at a later point, and then restoring a different, previously saved, state.
data storenoun(computing) A data repository of a set of integrated objects.

Translate “Persistent data structure” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Persistent data structure