Searched full:improved (Results 1 – 25 of 1602) sorted by relevance
12345678910>>...65
7 - install: improved pkgconfig script, allowing custom install locations, requested by @ellert23 - perf: improved speed for large inputs (~+20%)24 - perf: improved latency for small inputs (~10%)26 - cli: improved support for Unicode filenames on Windows, thanks to @easyaspi314 and @t-mat31 - doc: Highly improved code documentation, by @easyaspi31436 - Improved `VSX` and `NEON` variants, by @easyaspi31437 - Improved performance of scalar code path (`XXH_VECTOR=0`), by @easyaspi31451 - Improved `cmake` script, by @Mezozoysky
6 api : can skip checksum validation for improved decoding speed19 build: improved meson script, by @eli-schwartz23 perf: highly improved speed in kernel space, by @terrelln25 perf: improved dictionary compression speed, by @felixhandte29 api : improved LZ4F_compressBound() with automatic flushing, by Christopher Harvie50 perf: improved lz4frame streaming API speed, by @dreambottle62 build: improved Windows build, by @JPeterMugaas88 perf: improved decompression speed and binary size, by Alexey Tourbin (@svpv)139 Improved : much better speed in -mx32 mode145 Improved: Small decompression speed boost[all …]
203 2 pass vp9 encoding has improved substantially. When using --auto-alt-ref=6,207 For real-time encoding, speed 7 has improved by ~5-10%. Encodes targeted at208 screen sharing have improved when the content changes significantly (slide278 decoding speed improved between 10 and 30%. Between Javan Whistling Duck279 and Khaki Campbell Duck, it improved another 10 to 15%.281 While Celeron benefited most, Core-i5 also improved 5% and 10% between the443 improved support for XCode462 Decoder performance improved 2.5% versus Duclair. Encoder speed is481 Improved quality of static sections (like slideshows) with484 Improved keyframe sizing with multiple temporal layers[all …]
10 perf: improved binary size and faster compilation times, by @terrelln19 build: improved AIX support, by @Helflym20 build: improved meson unofficial build, by @eli-schwartz114 perf: improved fast compression speeds with Visual Studio, by @animalize127 build: improved compile-time detection of aarch64/neon platforms, by @bsdimp141 cli : Improved progress bar and status summary when (de)compressing multiple files, by @senhuang42 …169 perf: Improved decompression speed: x64 : +10% (clang) / +5% (gcc); ARM : from +15% to +50%, depend…171 perf: Improved fast compression speed on aarch64 (#2040, ~+3%, by @caoyzh)190 doc : Improved beginner CONTRIBUTING.md docs194 perf: Improved decompression speed, by > 10%, by @terrelln[all …]
110 <li>Improved handling of symbolic links in shell scripts.111 <li>Improved default path in Windows bat files.142 <li>Improved optimization of classes with static initializers.143 <li>Improved processing of finally blocks compiled with JDK 1.4 or older.157 <li>Improved handling of non-sequential line number information.186 <li>Improved default regular expression for stack traces in ReTrace.199 <li>Improved removal of unused constants after obfuscation.240 <li>Improved detection of file name extensions for canonical paths.241 <li>Improved printing of seeds specified by <code>-keep</code> options.242 <li>Improved printing of notes about unkept classes.[all …]
87 ### Improved subsection107 ### Improved subsection114 ### Improved subsection120 ### Improved subsection127 ### Improved subsection133 ### Improved subsection139 ### Improved subsection
91 - Improved version selection algorithm in the case where there are multiple100 - Improved panic error message when calling an unloaded function152 - Improved error message when an invocation of an executable is not successful240 - Improved finding of versioned libraries (e.g., `libclang-3.9.so`)271 - Improved finding of versioned libraries (e.g., `libclang.so.3.9`)398 - Improved `libclang` static linking430 - Improved `libclang` search path431 - Improved `libclang` static linking
90 Improved tests96 Improved tests112 Improved tests119 Improved tests146 Improved tests163 Improved tests
154 - removed outdated documents, improved existing documentation324 - Improved rust bindings430 - Support for improved AFL++ snapshot module:456 - LTO: improved stability for persistent mode, no other instrumentation1012 - Improved error reporting in afl-cmin. Suggested by floyd.1160 - Improved the stability metric for persistent mode binaries. Problem1219 - Improved support for older versions of clang (hopefully without1369 - Improved to "boring string" detection in afl-analyze.1570 - Improved argv_fuzzing to allow it to emit empty args. Spotted by Jakub1590 - Improved afl-tmin to use /tmp if cwd is not writeable.[all …]
64 * Improved the performance of the `future` builder in case of exceptions (#3475). Thanks @He-Pin!75 * Improved performance of `DebugProbes` (#3527).80 * Improved lock contention in `Dispatchers.Default` and `Dispatchers.IO` during the startup phase (…84 * Improved sanitizing of stracktrace-recovered traces (#3714).
46 * Improved the performance of the `future` builder in case of exceptions (#3475). Thanks @He-Pin!57 * Improved performance of `DebugProbes` (#3527).62 * Improved lock contention in `Dispatchers.Default` and `Dispatchers.IO` during the startup phase (…66 * Improved sanitizing of stracktrace-recovered traces (#3714).73 * Improved sanitizing of stracktrace-recovered traces (#3714).85 * Improved lock contention in `Dispatchers.Default` and `Dispatchers.IO` during the startup phase (…131 * Improved the performance of the `future` builder in case of exceptions (#3475). Thanks @He-Pin!142 * Improved performance of `DebugProbes` (#3527).218 * `Flow` exception transparency mechanism is improved to be more exception-friendly (#3017, #2860).295 * `Flow` exception transparency mechanism is improved to be more exception-friendly (#3017, #2860).[all …]
86 * Improved error messages on SQL syntax errors.87 * Improved performance of queries containing GLOB. Handling of GLOB196 * Improved performance of filtering and sorting on most queries.440 * Improved performance of as_pandas_dataframe() in the Python API by 16x.752 * Improved Android startup metric with activity restart time.755 * Improved query result panel, moved to the bottom group allowing780 * Improved record page error messages.800 * Improved ordering of all thread tracks under process grouping.821 * Improved detection of Android suspend/resume events.847 * Improved profile symbolizer. PERFETTO_SYMBOLIZER_MODE=index discovers[all …]
25 // 1) Reverie (see "A Robust and Sponge-Like PRNG with Improved Efficiency") is31 // Function" constructs up to 1024-bit permutations using an improved37 // property" extends the same kind of improved Feistel block shuffle to 16
36 // 1) Reverie (see "A Robust and Sponge-Like PRNG with Improved Efficiency") is42 // Function" constructs up to 1024-bit permutations using an improved48 // property" extends the same kind of improved Feistel block shuffle to 16
67 - Improved `Once` performance by reducing the memory footprint of internal state to one byte71 - Improved performance of `Once` by relaxing ordering guarantees and removing redundant checks125 - Improved the performance of `SpinMutex` by relaxing unnecessarily conservative
61 - improved text messages ("success" -> "converged", we should not say more)64 - example surface1 improved and included in man page lmmin(3)171 improved calculation of differences in lmmin, lines 415-417173 - improved documentation of interfaces