almgong / NDNOverWifiDirect

1 stars 0 forks source link

Refctor VideoResourceList to only use a List as an internal representation #6

Closed almgong closed 8 years ago

almgong commented 8 years ago

The hashset requires 2x the space cost, but only gives logn lookup cost. This is compared to n for just looking through the list.

almgong commented 8 years ago

complete and will be live on next commit.