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

Adapted queue iterator to return structs #43

Merged
merged 7 commits into from
Apr 9, 2024
Merged

Conversation

diondokter
Copy link
Collaborator

Fixes #37

Copy link

github-actions bot commented Apr 9, 2024

PR build size diff

    FILE SIZE        VM SIZE    
 --------------  -------------- 
 -29.0%     -18  [ = ]       0    [Unmapped]
  -0.4%     -40  [ = ]       0    .debug_aranges
  -0.7%    -120  [ = ]       0    .debug_frame
  -4.3%    -352  [ = ]       0    .symtab
  -1.8%    -672  [ = ]       0    .debug_ranges
  -1.4%    -777  [ = ]       0    .debug_line
  -5.6%   -1004  -5.6%   -1004    .text
  -6.4% -1.24Ki  [ = ]       0    .strtab
  -1.4% -1.47Ki  [ = ]       0    .debug_loc
  -1.2% -3.34Ki  [ = ]       0    .debug_info
  -1.5% -3.98Ki  [ = ]       0    .debug_str
  -1.6% -12.9Ki  -1.9%   -1004    TOTAL

@diondokter diondokter marked this pull request as ready for review April 9, 2024 12:23
Copy link

github-actions bot commented Apr 9, 2024

PR build size diff

    FILE SIZE        VM SIZE    
 --------------  -------------- 
 -30.6%     -19  [ = ]       0    [Unmapped]
  -0.4%     -40  [ = ]       0    .debug_aranges
  -0.7%    -120  [ = ]       0    .debug_frame
  -4.3%    -352  [ = ]       0    .symtab
  -1.8%    -672  [ = ]       0    .debug_ranges
  -1.4%    -776  [ = ]       0    .debug_line
  -5.6%   -1004  -5.6%   -1004    .text
  -6.4% -1.24Ki  [ = ]       0    .strtab
  -1.4% -1.47Ki  [ = ]       0    .debug_loc
  -1.2% -3.34Ki  [ = ]       0    .debug_info
  -1.5% -3.98Ki  [ = ]       0    .debug_str
  -1.6% -12.9Ki  -1.9%   -1004    TOTAL

Copy link

github-actions bot commented Apr 9, 2024

PR build size diff

    FILE SIZE        VM SIZE    
 --------------  -------------- 
 -32.3%     -20  [ = ]       0    [Unmapped]
  -0.4%     -40  [ = ]       0    .debug_aranges
  -0.7%    -120  [ = ]       0    .debug_frame
  -4.3%    -352  [ = ]       0    .symtab
  -1.8%    -672  [ = ]       0    .debug_ranges
  -1.4%    -769  [ = ]       0    .debug_line
  -5.6%   -1004  -5.6%   -1004    .text
  -6.4% -1.24Ki  [ = ]       0    .strtab
  -1.4% -1.47Ki  [ = ]       0    .debug_loc
  -1.2% -3.33Ki  [ = ]       0    .debug_info
  -1.5% -3.98Ki  [ = ]       0    .debug_str
  -1.6% -12.9Ki  -1.9%   -1004    TOTAL

Copy link

github-actions bot commented Apr 9, 2024

PR build size diff

    FILE SIZE        VM SIZE    
 --------------  -------------- 
 -29.0%     -18  [ = ]       0    [Unmapped]
  -0.4%     -40  [ = ]       0    .debug_aranges
  -0.7%    -120  [ = ]       0    .debug_frame
  -4.3%    -352  [ = ]       0    .symtab
  -1.8%    -672  [ = ]       0    .debug_ranges
  -1.4%    -769  [ = ]       0    .debug_line
  -5.6%   -1004  -5.6%   -1004    .text
  -6.4% -1.24Ki  [ = ]       0    .strtab
  -1.4% -1.47Ki  [ = ]       0    .debug_loc
  -1.2% -3.33Ki  [ = ]       0    .debug_info
  -1.5% -3.98Ki  [ = ]       0    .debug_str
  -1.6% -12.9Ki  -1.9%   -1004    TOTAL

@diondokter diondokter merged commit 3906f90 into master Apr 9, 2024
5 checks passed
@diondokter diondokter deleted the combine-pop-and-peek branch April 9, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Queue Iterator which can decide to pop or peek after looking at the item
1 participant