Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Optimization - Refactor TWCC (#1934) #2075

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Nov 5, 2024

  1. Refactor TWCC (#1934)

    * Remove stackqueue usage
    
    * Use hashtable instead..working logic
    
    * Cleanup, increase hash table size, fix loop bug
    
    * method 2, array of pointers
    
    * Add rolling window
    
    * rolling window with hashtable
    
    * hash table with rw
    
    * Fix bug
    
    * Fix twcc unit test
    
    * Cleanup rw logic
    
    * Cleanup
    
    * Cleanup logic
    
    * Update README
    
    * unused var fix
    
    * Use defines for hash table size
    
    * Address comments, disable TWCC by default
    
    * readme
    
    * Fix windows gst issue
    
    * Comments
    disa6302 authored and stefankiesz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    afcf43e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7ae2ab View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Address comments

    stefankiesz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7f3ff91 View commit details
    Browse the repository at this point in the history
  2. Fix left over typo

    stefankiesz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b788252 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    9f726b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8634be View commit details
    Browse the repository at this point in the history
  3. Correct typos

    stefankiesz committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4b9f885 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13d2dd1 View commit details
    Browse the repository at this point in the history
  5. Remove unused variable

    stefankiesz committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    97b17e8 View commit details
    Browse the repository at this point in the history