Skip to content

Conversation

@jacksontj
Copy link
Contributor

No description provided.

jacksontj added a commit to jacksontj/trafficserver that referenced this pull request Jun 14, 2016
@jpeach
Copy link
Contributor

jpeach commented Jun 14, 2016

Ping @masaori335

@atsci
Copy link

atsci commented Jun 14, 2016

Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/158/ for details.

@atsci
Copy link

atsci commented Jun 14, 2016

FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/263/ for details.

@zwoop zwoop added the Core label Jun 14, 2016
@zwoop zwoop added this to the 7.0.0 milestone Jun 14, 2016
}

_v.remove_index(entry->index);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO, we can avoid rewriting all of the indexes because this is Binary Heap.
How about this like what we're doing in PriorityQueue<T, Comp>::pop() ?

_v[entry->index] = _v[_v.length() - 1];
_v.pop();
_bubble_down(entry->index);

@masaori335
Copy link
Contributor

Looks good.

@jacksontj jacksontj merged commit 78850a8 into apache:master Jun 15, 2016
@atsci
Copy link

atsci commented Jun 15, 2016

Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/175/ for details.

@atsci
Copy link

atsci commented Jun 15, 2016

FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/283/ for details.

ogoodman pushed a commit to ogoodman/trafficserver that referenced this pull request Aug 20, 2016
masaori335 pushed a commit to masaori335/trafficserver that referenced this pull request Nov 4, 2016
This closes apache#708
(cherry picked from commit 78850a8)

Conflicts:
	lib/ts/test_PriorityQueue.cc
PSUdaemon pushed a commit that referenced this pull request Nov 4, 2016
This closes #708
(cherry picked from commit 78850a8)

Conflicts:
	lib/ts/test_PriorityQueue.cc
cmcfarlen pushed a commit to cmcfarlen/trafficserver that referenced this pull request Jun 3, 2024
* Build with quiche on el7 as well

* Unlimit BoringSSL version

* Fix

* Update version number

* Revert changes for CMakeLists

* Fix indent

* Fix typo

* Update quiche version

* Use --nobest option

* Fix typo

* Use setopt instead of nobest

* Try not to use super old versions

* Try a different order

* setopt

* Don't install boringssl explicitly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants