8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b3768 commit 17f188cCopy full SHA for 17f188c
src/backend/lib/README
@@ -3,16 +3,22 @@ in the backend:
3
4
binaryheap.c - a binary heap
5
6
+bipartite_match.c - Hopcroft-Karp maximum cardinality algorithm for bipartite graphs
7
+
8
bloomfilter.c - probabilistic, space-efficient set membership testing
9
10
+dshash.c - concurrent hash tables backed by dynamic shared memory areas
11
12
hyperloglog.c - a streaming cardinality estimator
13
14
+ilist.c - single and double-linked lists
15
16
+knapsack.c - knapsack problem solver
17
18
pairingheap.c - a pairing heap
19
20
rbtree.c - a red-black tree
21
-ilist.c - single and double-linked lists.
-
22
stringinfo.c - an extensible string type
23
24
0 commit comments