Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

associative array

You are here: irt.org | FOLDOC | associative array

<programming> (Or "hash", "map", "dictionary") An array where the indices are not just integers but may be arbitrary strings.

awk and its descendants (e.g. Perl) have associative arrays which are implemented using hash coding for faster look-up.

(2007-10-02)

Nearby terms: Association of American Publishers « Association of C and C++ Users « Association of Lisp Users « associative array » associative memory » Associative Memory Parallel Processing Language » associativity

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb