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

Improving memory usage and allocation #672

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 9, 2022

  1. Improving memory usage and allocation (#4)

    * Improving memory usage and allocation (#3)
    
    * Improving memory usage and allocation (#2)
    
    * Improving memory usage and allocation
    
    No need for an optional to a pointer
    
    * Switching to a pointer directly
    
    Less memory usage and allocations
    
    * Switching to pointer, it needs to be initialized
    
    * Making value_text_ as optional to reduce memory usage
    
    Making value_text_ as optional to reduce memory usage
    
    * Making value_text_ as optional to reduce memory usage
    
    Making value_text_ as optional to reduce memory usage
    
    * Making value_text_ as optional to reduce memory usage
    
    Making value_text_ as optional to reduce memory usage
    
    * Fixing mistake when emty
    ThibaultDECO authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    635277d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

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

Commits on Dec 6, 2022

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