• In computer science, an associative array, key-value store, map, symbol table, or dictionary is an abstract data type that stores a collection of (key...
    24 KB (2,802 words) - 11:40, 6 August 2025
  • Thumbnail for Hash table
    Hash table (redirect from Array hash table)
    data structure that implements an associative array, also called a dictionary or simply map; an associative array is an abstract data type that maps...
    55 KB (6,230 words) - 14:13, 5 August 2025
  • register(n) broadcast_instruction = control_unit.array_instruction for each (PE j) // of associative array possible_match = PE[j].match_register if broadcast_value...
    17 KB (1,845 words) - 04:54, 6 August 2025
  • Array Associative array Bit array Bit field Bitboard Bitmap Circular buffer Control table Image Dope vector Dynamic array Gap buffer Hashed array tree...
    9 KB (914 words) - 05:55, 20 March 2025
  • for elements in an associative array, and delete elements from the array. The following shows how multi-dimensional associative arrays can be simulated...
    88 KB (10,857 words) - 13:12, 25 May 2025
  • implementation of array types as array data structures. That is, those languages use array-like syntax to implement a more general associative array semantics...
    20 KB (2,642 words) - 17:12, 28 May 2025
  • used, especially in the description of algorithms, to mean associative array or "abstract array", a theoretical computer science model (an abstract data...
    24 KB (3,412 words) - 11:02, 12 June 2025
  • Thumbnail for Content-addressable memory
    very-high-speed searching applications. It is also known as associative memory or associative storage and compares input search data against a table of...
    14 KB (1,603 words) - 21:01, 25 May 2025
  • Thumbnail for Associative property
    also associative, but multiplication of octonions is non-associative. The greatest common divisor and least common multiple functions act associatively. gcd...
    26 KB (3,498 words) - 15:02, 2 August 2025
  • encodes scalars (such as strings, integers, and floats), lists, and associative arrays (also known as maps, dictionaries or hashes). These data types are...
    43 KB (4,686 words) - 15:44, 4 August 2025
  • Thumbnail for Array
    a programming language to specify a variable that can be indexed Associative array, an abstract data structure model composed of key-value pairs, often...
    4 KB (504 words) - 22:59, 23 July 2024
  • In computer science, a Judy array is an early-2000s Hewlett-Packard hand-optimized implementation of a 256-ary radix tree that uses many situational node...
    5 KB (586 words) - 12:11, 13 June 2025
  • hash array mapped trie (HAMT, /ˈhæmt/) is an implementation of an associative array that combines the characteristics of a hash table and an array mapped...
    6 KB (616 words) - 16:20, 20 June 2025
  • provides a set of common classes for C++, such as containers and associative arrays, that can be used with any built-in type or user-defined type that...
    24 KB (2,140 words) - 18:06, 7 June 2025
  • a function object parameter) if F has no attached array values then allocate an associative array called values; attach values to F; end if; if F.values[arguments]...
    30 KB (3,740 words) - 01:06, 23 July 2025
  • Boas priority queue, is a tree data structure which implements an associative array with m-bit integer keys. It was invented by a team led by Dutch computer...
    16 KB (2,295 words) - 01:15, 22 July 2025
  • in an associative array Index (typography), a character in Unicode, its code is 132 Index, the dataset maintained by search engine indexing Array index...
    6 KB (815 words) - 03:00, 2 July 2025
  • dynamic array int da[]; // dynamic array int ai[int]; // associative array, indexed by int int as[string]; // associative array, indexed by string int qa[$];...
    34 KB (3,963 words) - 23:49, 13 May 2025
  • the collection yields an output. Notable associative collections include: set multiset associative array graph tree A set can be interpreted as a specialized...
    5 KB (505 words) - 18:44, 23 June 2025
  • Thumbnail for Bash (Unix shell)
    variables User variables Scope Arrays, Indexed Indexed arrays of unlimited size, Arrays, Associative Associative arrays via declare -A, and In February...
    123 KB (10,522 words) - 02:09, 6 August 2025
  • Thumbnail for Lua
    native data structure, the table, which is essentially a heterogeneous associative array. Lua implements a small set of advanced features such as first-class...
    52 KB (5,491 words) - 17:37, 1 August 2025
  • Reverse lookup (category Arrays)
    unique key in an associative array. Applications of reverse lookup include reverse DNS lookup, which provides the domain name associated with a particular...
    1 KB (119 words) - 01:24, 22 January 2024
  • type, enumerated type, or character type. For arrays with non-compact index types see: Associative array The default base index is the lowest value of...
    47 KB (1,523 words) - 03:20, 19 March 2025
  • Thumbnail for Visual IRC
    storage immediately, and restored the next time the client starts. Associative arrays map keys to values. Keys and values can contain up to 4 GiB of data...
    11 KB (1,413 words) - 19:57, 22 September 2024
  • Association list (category Associative arrays)
    at the head, until the key is found. Associative lists provide a simple way of implementing an associative array, but are efficient only when the number...
    8 KB (898 words) - 08:22, 10 January 2025
  • semicolon. For the associative array, the format is <serialised key> ; <serialised value>, repeated for each association/pair in the array. "Serialization"...
    2 KB (152 words) - 17:53, 5 March 2025
  • a binary form for representing simple data structures like arrays and associative arrays. MessagePack aims to be as compact and simple as possible. The...
    5 KB (436 words) - 01:46, 8 November 2024
  • an area. Map or MAP may also refer to: Map (computer science), or associative array, a data type composed of a collection of key/value pairs Map (higher-order...
    5 KB (716 words) - 22:22, 6 June 2025
  • locomotive Reverse lookup, using a value to retrieve a unique key in an associative array Reverse telephone directory Reverse DNS lookup Reverse tape effects...
    2 KB (297 words) - 12:53, 3 August 2025
  • Thumbnail for JavaScript
    using the bind method. Like in many scripting languages, arrays and objects (associative arrays in other languages) can each be created with a succinct...
    84 KB (7,916 words) - 20:05, 5 August 2025