richardstartin commented on PR #10044:
URL: https://github.com/apache/pinot/pull/10044#issuecomment-1368091574

   Here are some preliminary numbers from my laptop (these need taking with a 
pinch of salt but look very promising)
   
   master:
   
   ```
   Benchmark                                                            Mode  
Cnt     Score      Error  Units
   BenchmarkStringVarLengthDictionary.fixedStringDictionaryGet          avgt    
5   253.967 ±  593.088  ms/op
   BenchmarkStringVarLengthDictionary.fixedStringDictionaryIndexOf      avgt    
5  8123.103 ± 2528.026  ms/op
   BenchmarkStringVarLengthDictionary.varLengthStringDictionaryGet      avgt    
5   224.049 ±  312.375  ms/op
   BenchmarkStringVarLengthDictionary.varLengthStringDictionaryIndexOf  avgt    
5  8071.103 ± 2135.835  ms/op
   ```
   
   branch
   ```
   Benchmark                                                            Mode  
Cnt     Score      Error  Units
   BenchmarkStringVarLengthDictionary.fixedStringDictionaryGet          avgt    
5   253.967 ±  593.088  ms/op
   BenchmarkStringVarLengthDictionary.fixedStringDictionaryIndexOf      avgt    
5  8123.103 ± 2528.026  ms/op
   BenchmarkStringVarLengthDictionary.varLengthStringDictionaryGet      avgt    
5   224.049 ±  312.375  ms/op
   BenchmarkStringVarLengthDictionary.varLengthStringDictionaryIndexOf  avgt    
5  8071.103 ± 2135.835  ms/op
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to