lp:~roguescholar/boost/+git/unordered

Owned by Peter J. Mello
Get this repository:
git clone https://git.launchpad.net/~roguescholar/boost/+git/unordered

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/boostorg/unordered.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 30 seconds — see the log

Branches

Name Last Modified Last Commit
develop 2024-09-06 08:00:28 UTC
updated README.md

Author: joaquintides
Author Date: 2024-09-06 08:00:28 UTC

updated README.md

feature/insert_and_visit 2024-09-02 16:56:13 UTC
Fixed `std::initializer_list` assignment issues for open-addressing container...

Author: joaquintides
Author Date: 2024-09-02 16:56:13 UTC

Fixed `std::initializer_list` assignment issues for open-addressing containers (#277)

* fixed #276

* used range insert, stylistic this->

* assigned non-empty std::initializer_lists

master 2024-06-26 07:13:54 UTC
[skip ci] updated benchmark plots

Author: joaquintides
Author Date: 2024-06-26 07:13:54 UTC

[skip ci] updated benchmark plots

poc/latch_free_group 2024-03-14 08:34:38 UTC
fixed trivial bug in unused function

Author: joaquintides
Author Date: 2024-03-14 08:34:38 UTC

fixed trivial bug in unused function

feature/gcc-5-18.04 2024-01-31 16:32:47 UTC
Add GCC 5 on 18.04 to Drone and GHA

Author: Peter Dimov
Author Date: 2024-01-31 16:17:05 UTC

Add GCC 5 on 18.04 to Drone and GHA

feature/cfoa_alf_insert 2023-12-27 11:32:31 UTC
protected visitation against spurious insertion sentinels

Author: joaquintides
Author Date: 2023-12-27 11:32:31 UTC

protected visitation against spurious insertion sentinels

poc/bulk_visit2 2023-10-18 07:23:24 UTC
fine-tuned element prefetching in unprotected_bulk_visit

Author: joaquintides
Author Date: 2023-10-18 07:23:24 UTC

fine-tuned element prefetching in unprotected_bulk_visit

poc/bulk_visit 2023-10-01 16:05:24 UTC
streamlined unprotected_bulk_visit

Author: joaquintides
Author Date: 2023-10-01 16:05:24 UTC

streamlined unprotected_bulk_visit

feature/cxx03_deprecation 2023-09-26 16:39:47 UTC
Remove problematic characters from clang GHA job names

Author: Christian Mazakas
Author Date: 2023-09-26 16:39:47 UTC

Remove problematic characters from clang GHA job names

feature/clang_thread_safety_analysis 2023-07-28 11:20:11 UTC
first draft of Clang thread safety analysis support

Author: joaquintides
Author Date: 2023-07-28 11:20:11 UTC

first draft of Clang thread safety analysis support

feature/optimized_visit_access 2023-07-18 16:16:48 UTC
updated concurrent map benchmark plots

Author: joaquintides
Author Date: 2023-07-18 16:16:48 UTC

updated concurrent map benchmark plots

feature/spinlock-tests 2023-06-25 15:20:36 UTC
Update test/CMakeLists.txt

Author: Peter Dimov
Author Date: 2023-06-25 15:20:36 UTC

Update test/CMakeLists.txt

fix/spinlock-tests 2023-06-22 18:32:45 UTC
Avoid shadowing wanrings from DateTime

Author: Christian Mazakas
Author Date: 2023-06-22 18:32:45 UTC

Avoid shadowing wanrings from DateTime

feature/cfoa-mutex 2023-06-12 17:27:39 UTC
replaced our spinlock with tbb's

Author: joaquintides
Author Date: 2023-06-12 17:27:39 UTC

replaced our spinlock with tbb's

feature/cfoa-size-padding 2023-06-09 11:58:34 UTC
stylistic

Author: joaquintides
Author Date: 2023-06-09 11:58:34 UTC

stylistic

feature/cfoa-ci-test-2 2023-04-24 08:45:56 UTC
tried restricting tsan/macos to release only

Author: joaquintides
Author Date: 2023-04-24 08:45:56 UTC

tried restricting tsan/macos to release only

feature/cfoa-ci-test-1 2023-04-23 19:05:34 UTC
Update ci.yml

Author: Peter Dimov
Author Date: 2023-04-23 19:05:34 UTC

Update ci.yml

feature/group14 2023-03-09 19:18:36 UTC
Simplify group14::overflow() implementation, update code to use group15 on no...

Author: Christian Mazakas
Author Date: 2023-03-09 19:18:36 UTC

Simplify group14::overflow() implementation, update code to use group15 on non-SSE2 targets

feature/unordered_node_map 2023-02-13 17:10:21 UTC
Make typedef private and rename it so older versions of msvc don't erroneousl...

Author: Christian Mazakas
Author Date: 2023-02-13 17:10:21 UTC

Make typedef private and rename it so older versions of msvc don't erroneously treat the typedef like it's in scope when doing template instantiation

feature/mixing-policy 2022-12-13 23:27:59 UTC
Merge branch 'develop' into feature/mixing-policy

Author: Peter Dimov
Author Date: 2022-12-13 23:27:59 UTC

Merge branch 'develop' into feature/mixing-policy

feature/optimized_sse2 2022-12-04 11:04:04 UTC
optimized SSE2-based group15

Author: joaquintides
Author Date: 2022-12-04 11:04:04 UTC

optimized SSE2-based group15

feature/quadratic_range_copy_fix 2022-11-28 16:58:15 UTC
fourth attempt

Author: joaquintides
Author Date: 2022-11-28 16:58:15 UTC

fourth attempt

feature/quadratic_range_copy_fix_2 2022-11-23 22:29:16 UTC
Use smaller shifts in an attempt to recover performance

Author: Peter Dimov
Author Date: 2022-11-23 22:29:16 UTC

Use smaller shifts in an attempt to recover performance

feature/foa_anti_drift 2022-10-30 10:21:03 UTC
adjusted hysteresis factor

Author: joaquintides
Author Date: 2022-10-30 10:21:03 UTC

adjusted hysteresis factor

feature/foa_rc 2022-10-27 17:48:13 UTC
removed overzealous inlines

Author: joaquintides
Author Date: 2022-10-27 17:48:13 UTC

removed overzealous inlines

feature/mlp 2022-06-21 18:19:56 UTC
added next node prefetching

Author: joaquintides
Author Date: 2022-06-21 18:19:56 UTC

added next node prefetching

126 of 26 results
This repository contains Public information 
Everyone can see this information.

Subscribers