减少复制
This commit is contained in:
@@ -503,7 +503,7 @@ impl Context {
|
|||||||
pub fn update_read_time(&self, id: &Ipv4Addr, route_key: &RouteKey) {
|
pub fn update_read_time(&self, id: &Ipv4Addr, route_key: &RouteKey) {
|
||||||
let guard = &crossbeam_epoch::pin();
|
let guard = &crossbeam_epoch::pin();
|
||||||
let table_share = self.inner.route_table.load(Ordering::Relaxed, guard);
|
let table_share = self.inner.route_table.load(Ordering::Relaxed, guard);
|
||||||
let table = unsafe { table_share.deref().clone() };
|
let table = unsafe { table_share.deref() };
|
||||||
if let Some(routes) = table.get(id) {
|
if let Some(routes) = table.get(id) {
|
||||||
for (route, time) in routes {
|
for (route, time) in routes {
|
||||||
if &route.route_key() == route_key {
|
if &route.route_key() == route_key {
|
||||||
|
|||||||
Reference in New Issue
Block a user