| 
            Last change
 on this file since ee16f8fc was             2b01f8e, checked in by Mike Brooks <mlbrooks@…>, 3 years ago           | 
        
        
          | 
             
Adjust LL perf to use a random layout of nodes in memory 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            416 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | // queue:    inserts and removes happen at opposite ends
 | 
|---|
| 2 | // insfirst: elements flow from "first," "head" or "front", to "last", "tail" or "back"
 | 
|---|
| 3 | // allhead:  inserts and removes happen via the api-provided "last"/"tail"/"back"/"first"/"tail"/"front"
 | 
|---|
| 4 | 
 | 
|---|
| 5 | #define BOP_INSERT(lst, iters, insNo, item)  BFX_INSERT_FIRST(B_UserItem, lst, (item))
 | 
|---|
| 6 | #define BOP_REMOVE(lst, iters, remNo)        BFX_REMOVE_LAST(B_UserItem, lst)
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.