OpenBSD CVS

CVS log for ports/devel/sparsehash/distinfo


[BACK] Up to [local] / ports / devel / sparsehash

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3 / (download) - annotate - [select for diffs], Sat Sep 2 20:12:38 2023 UTC (9 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

update to latest sparsehash 2.0.4 from 2020;  all consumers build

Revision 1.2 / (download) - annotate - [select for diffs], Fri May 5 19:21:20 2017 UTC (7 years ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (unified)

minor update, this one works with clang

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Feb 5 10:36:34 2013 UTC (11 years, 3 months ago) by zhuk
Branch: zhuk
CVS Tags: zhuk_20130205, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

An extremely memory-efficient hash map implementation. 2 bits/entry
overhead! The SparseHash library contains several hash map
implementations, including implementations that optimize for space
or speed.

These hashtable implementations are similar in API to SGI's hash_map
class and the tr1 unordered_map class, but with different performance
characteristics. It's easy to replace hash_map or unordered_map by
sparse_hash_map or dense_hash_map in C++ code.

They also contain code to serialize and unserialize from disk.

This is a prerequisite of upcoming Clementine.

okay@ landry

Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 5 10:36:34 2013 UTC (11 years, 3 months ago) by zhuk
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.