Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inet-framework/inet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: chenlijun99/inet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 26, 2024

  1. NeighborListCache: don't build neighbor list during initialization

    Given n radios, neighbor list construction has O(n^2) complexity.
    If, during initialization, when each radio is added, the neighbor list
    is reconstructed, we end up having a simulation initialization with
    O(n^3) complexity.
    Sidenote: In one of our tests, without this patch, when running a WiFi
    simulation of 5000 nodes, it took ~40 minutes to just initialize the
    simulation.
    chenlijun99 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8b11e6d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    8146e2f View commit details
    Browse the repository at this point in the history
Loading