bug#41535: [PATCH] performance optimization for aarch64
sion can also get a certain performance improvement > > (about 10%). > > > > Modify by Li Qiang. > > --- > configure | 14 ++ > deflate.c | 30 +- > util.c| 45 + > 3
bug#41535: [PATCH] performance optimization for aarch64
在 2020/5/30 17:17, Li Qiang 写道: > > > 在 2020/5/26 10:39, l00374334 写道: >> From: liqiang >> >> By analyzing the compression and decompression process of gzip, I found >> >> that the hot spots of CRC32 and longest_match function are very high. >>