chaokunyang commented on PR #1660:
URL: https://github.com/apache/incubator-fury/pull/1660#issuecomment-2138763606

   Struct perf:
   ```
   Before:
   fury_deserialize                    array        STRUCT         false  thrpt 
  10  4103952.355 ± 461542.704  ops/s
   fury_deserialize_compatible         array        STRUCT         false  thrpt 
  10  2104530.838 ± 283950.067  ops/s
   
   After:
   Benchmark                                             (bufferType)  
(objectType)  (references)   Mode  Cnt        Score        Error  Units
   fury_deserialize                    array        STRUCT         false  thrpt 
  10  3846945.672 ± 281139.320  ops/s
   fury_deserialize_compatible         array        STRUCT         false  thrpt 
  10  3119394.319 ± 476422.038  ops/s
   ```
   
   Size:
   ```
   Before:
   2024-05-30 02:06:42 INFO  FuryState:157 [fury_deserialize-jmh-worker-1] - 
======> Fury | STRUCT | false | array | 710 |
   2024-05-30 02:07:19 INFO  FuryState:157 
[fury_deserialize_compatible-jmh-worker-1] - ======> Fury | STRUCT | false | 
array | 1134 |
   
   After:
   2024-05-30 02:01:16 INFO  FuryState:157 [fury_deserialize-jmh-worker-1] - 
======> Fury | STRUCT | false | array | 710 |
   2024-05-30 02:01:52 INFO  FuryState:157 
[fury_deserialize_compatible-jmh-worker-1] - ======> Fury | STRUCT | false | 
array | 1227 |
   ```
   
   Size bloat a little, we can optimize it later
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to