Home
last modified time | relevance | path

Searched full:improved (Results 1 – 25 of 2472) sorted by relevance

12345678910>>...99

/aosp_15_r20/external/zstd/
H A DCHANGELOG5 perf: improved compression of arrays of integers at high compression, by @Cyan4973
7 lib: improved huffman speed on small data and linux kernel, by @terrelln
16 cli: improved time accuracy on BSD, by @felixhandte
35 doc: Improved specification accuracy, by @elasota
67 perf: Improved streaming performance when `ZSTD_c_stableInBuffer` is set (#2974, @Cyan4973)
68 cli: Asynchronous I/O for improved cli speed (#2975, #2985, #3021, #3022, @yoniko)
78 cli: support for `posix` high resolution timer `clock_gettime()`, for improved benchmark accuracy (…
79 cli: improved help/usage (`-h`, `-H`) formatting (#3094, @dirkmueller and #3385, @jonpalmisc)
126 perf: improved binary size and faster compilation times, by @terrelln
135 build: improved AIX support, by @Helflym
[all …]
/aosp_15_r20/external/lz4/
H A DNEWS10 lib : Improved lz4frame compression speed for small data (up to +160% at 1KB)
22 port : improved Visual Studio compatibility, by @t-mat
30 api : can skip checksum validation for improved decoding speed
44 build: improved meson script, by @eli-schwartz
48 perf: highly improved speed in kernel space, by @terrelln
50 perf: improved dictionary compression speed, by @felixhandte
54 api : improved LZ4F_compressBound() with automatic flushing, by Christopher Harvie
75 perf: improved lz4frame streaming API speed, by @dreambottle
87 build: improved Windows build, by @JPeterMugaas
113 perf: improved decompression speed and binary size, by Alexey Tourbin (@svpv)
[all …]
/aosp_15_r20/external/libvpx/
H A DCHANGELOG85 Improved the detection of compiler support for AArch64 extensions,
394 2 pass vp9 encoding has improved substantially. When using --auto-alt-ref=6,
398 For real-time encoding, speed 7 has improved by ~5-10%. Encodes targeted at
399 screen sharing have improved when the content changes significantly (slide
469 decoding speed improved between 10 and 30%. Between Javan Whistling Duck
470 and Khaki Campbell Duck, it improved another 10 to 15%.
472 While Celeron benefited most, Core-i5 also improved 5% and 10% between the
634 improved support for XCode
653 Decoder performance improved 2.5% versus Duclair. Encoder speed is
672 Improved quality of static sections (like slideshows) with
[all …]
/aosp_15_r20/external/pytorch/benchmarks/dynamo/
H A Dcheck_accuracy.py28 improved = []
49 status = "IMPROVED:"
50 improved.append(model)
56 if failed or improved:
65 if improved:
68 Improvement: {len(improved)} models have accuracy status improved:
69 {' '.join(improved)}
82 return failed or improved, msg
H A Dcheck_graph_breaks.py18 improved = []
33 status = "IMPROVED:"
34 improved.append(model)
40 if failed or improved:
49 if improved:
52 Improvement: {len(improved)} models have fixed dynamo graph breaks:
53 {' '.join(improved)}
66 return failed or improved, msg
/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Dcoordinate_descent_tuner.py193 improved = False
203 improved = True
207 return improved, best_config, best_timing
248 improved = True
253 while improved:
254 improved = False
275 improved = True
278 if not improved and self.inductor_meta.get(
282 improved, best_config, best_timing = self.check_all_tuning_directions(
286 if improved:
/aosp_15_r20/external/perfetto/
H A DCHANGELOG58 * Improved accuracy of ftrace event cropping when there are multiple
64 * Improved CPU cycles calculation in `linux.cpu.utilization` modules:
162 * Vastly improved flamegraph.
172 * Improved sched slice details query efficiency.
178 * Improved data loss notification using a popup
196 * Improved `memory` package. Added `memory.linux.process`,
221 * Improved support for querying startups on Android 9 (API level 28) and
263 * Significantly improved trace load times.
264 * Improved counter track view modes, including log scale, expanded view, and
410 * Improved visualization of timestamps for durations.
[all …]
/aosp_15_r20/external/fmtlib/
H A DChangeLog.md3 - Improved debug codegen.
43 - Fixed handling of a sign and improved the `std::complex` formater
82 - Improved C++20 module support
107 - Improved integration with stdio in `fmt::print`, enabling direct writes
127 - Improved safety of `fmt::format_to` when writing to an array
197 - Improved handling of `time_point::min()`
275 - Improved named argument validation
291 - Improved documentation and README
310 - Improved CI and tests
326 - Improved Bazel support
[all …]
/aosp_15_r20/external/AFLplusplus/docs/
H A DChangelog.md395 - removed outdated documents, improved existing documentation
565 - Improved rust bindings
671 - Support for improved AFL++ snapshot module:
697 - LTO: improved stability for persistent mode, no other instrumentation
1253 - Improved error reporting in afl-cmin. Suggested by floyd.
1401 - Improved the stability metric for persistent mode binaries. Problem
1460 - Improved support for older versions of clang (hopefully without
1610 - Improved to "boring string" detection in afl-analyze.
1811 - Improved argv_fuzzing to allow it to emit empty args. Spotted by Jakub
1831 - Improved afl-tmin to use /tmp if cwd is not writeable.
[all …]
/aosp_15_r20/external/AFLplusplus/
H A DChangelog.md395 - removed outdated documents, improved existing documentation
565 - Improved rust bindings
671 - Support for improved AFL++ snapshot module:
697 - LTO: improved stability for persistent mode, no other instrumentation
1253 - Improved error reporting in afl-cmin. Suggested by floyd.
1401 - Improved the stability metric for persistent mode binaries. Problem
1460 - Improved support for older versions of clang (hopefully without
1610 - Improved to "boring string" detection in afl-analyze.
1811 - Improved argv_fuzzing to allow it to emit empty args. Spotted by Jakub
1831 - Improved afl-tmin to use /tmp if cwd is not writeable.
[all …]
/aosp_15_r20/external/kotlinx.coroutines/
H A DCHANGES_UP_TO_1.7.md46 * 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 …]
/aosp_15_r20/external/coreboot/util/cbfstool/lz4/
H A DNEWS2 Improved: Small decompression speed boost (+4%)
3 Improved: Performance on ARMv6 and ARMv7
25 New : LZ4 CLI improved performance compressing/decompressing multiple files (#86, kind contribut…
65 Improved: slightly improved decoding speed
108 Improved : fuzzer, support more test cases, more parameters, ability to jump to specific test
131 man : improved header/footer (issue 111)
152 cmake : improved version by Mika Attila, building programs and libraries (issue 100)
/aosp_15_r20/external/fmtlib/doc/
H A DChangeLog-old.md116 - Improved handling of single code units in `FMT_COMPILE`. For
150 - Improved error reporting for unformattable types: now you\'ll get
289 improved `fcntl.h` detection.
307 - Improved `FMT_ALWAYS_INLINE`
316 - Improved documentation
337 - Improved build configuration
598 - Improved compatibility between `fmt::printf` with the standard specs
622 - Improved documentation
690 - Improved error reporting when trying to format an object of a
742 - Improved UTF-8 handling
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/
DCHANGELOG.md9 - Improved error message when calling a `libclang` function that is not supported by the loaded `li…
128 - Improved version selection algorithm in the case where there are multiple
137 - Improved panic error message when calling an unloaded function
189 - Improved error message when an invocation of an executable is not successful
277 - Improved finding of versioned libraries (e.g., `libclang-3.9.so`)
308 - Improved finding of versioned libraries (e.g., `libclang.so.3.9`)
435 - Improved `libclang` static linking
467 - Improved `libclang` search path
468 - Improved `libclang` static linking
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/
DNEWS24 - Improved MPFR manual.
57 - Improved MPFR manual.
60 - Internal change: the logging mechanism has been improved.
177 - Functions mpfr_sin, mpfr_cos and mpfr_sin_cos improved (argument
180 - Improved tests (make check).
222 - improved documentation.
223 - improved configure.
224 - improved portability (library and test suite).
/aosp_15_r20/external/jsoup/
H A Dchange-archive.txt100 (any preceding sibling) and `:nth-of-type` selectors are improved.
326 …would be incorrectly skipped, instead of normalized to a space. Additionally, improved space norma…
545 …* Bugfix [Fuzz]: Improved the speed of parsing when crafted HTML contains hundreds of active forma…
888 …current buffer, those parameters may be incorrectly dropped. (Improved CharacterReader mark/reset …
1045 * Improved performance of Node.addChildren (was quadratic)
1054 …* Improved Node traversal, including less object creation, and partial and filtering traversor sup…
1080 * Improved parse time for pages with exceptionally deeply nested tags.
1092 * Improved selector validation for :contains(...) with unbalanced quotes.
1095 …* Improved the speed of index based CSS selectors and other methods that use elementSiblingIndex, …
1132 …* Improved startup time, particularly on Android, by reducing garbage generation and CPU execution…
[all …]
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A DChangeLog55 - improved protection against side channel attacks
63 - improved protection against side channel attacks
82 * improved throughput estimation and BSS selection
109 - improved protection against side channel attacks
114 - improved protection against side channel attacks
124 * improved robustness of P2P Action frame scheduling
343 * improved PMF behavior for cases where the AP and STA has different
354 * fixed and improved various FST operations
381 * improved GAS offchannel operations with comeback request
413 * improved Public Action frame addressing
[all …]
/aosp_15_r20/external/libaom/
H A DCHANGELOG14 * Added and improved Neon SIMD paths for dynamic frame scaling with ~1.5%
189 * Visual quality improved for scene changes for SVC with quality layers.
202 * Cleaned up and improved pattern_search.
329 * Improved accuracy of cost estimation for loop restoration and
331 * Improved selection of loop restoration unit size - full search up
338 * RTC Screen: Improved visual quality for scrolling.
339 * RTC: Improved color quality for both screen and video mode.
412 * Improved VoD encoding performance
426 * Improved color sensitivity for altref in non-RD mode.
560 * Peak compression efficiency in VOD setting is improved by 1%.
[all …]
/aosp_15_r20/external/python/pyasn1/
DCHANGES.rst178 - Improved ASN.1 types instantiation performance
179 - Improved BER/CER/DER decoder performance by not unconditionally casting
269 - Improved SEQUENCE/SET/CHOICE decoding performance by maintaining a single shared
271 - Improved INTEGER encoding/decoding by switching to Python's built-in
273 - Improved BitString performance by rebasing it onto Python int type and leveraging
275 - BitString type usability improved in many ways: for example bitshifting and
324 - NoValue class improved to become a singleton and catch more kinds
406 - BitString encoder/decoder performance improved.
565 - Documentation significantly improved.
569 - BitString initialization value verification improved.
[all …]
/aosp_15_r20/external/musl/
H A DWHATSNEW12 improved security against DoS with tcb shadow passwords by checking
19 greatly improved conformance to the C and POSIX standards regarding
34 been improved to accommodate further ports.
38 standards has been improved.
56 greatly improved temporary file name generation for safety against
69 improved musl-gcc compiler wrapper.
95 reduced syscall load, and improved stdio's handling of error status.
152 improved semaphore performance, and sem_wait is now interruptable by
304 - improved openpty/forkpty failure checks
540 - configure script, improved build system
[all …]
/aosp_15_r20/external/trusty/musl/
DWHATSNEW12 improved security against DoS with tcb shadow passwords by checking
19 greatly improved conformance to the C and POSIX standards regarding
34 been improved to accommodate further ports.
38 standards has been improved.
56 greatly improved temporary file name generation for safety against
69 improved musl-gcc compiler wrapper.
95 reduced syscall load, and improved stdio's handling of error status.
152 improved semaphore performance, and sem_wait is now interruptable by
304 - improved openpty/forkpty failure checks
540 - configure script, improved build system
[all …]
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
DNEWS2x.txt72 - Improved AutoCompleteWindow logic. issue2062, patch by Tal Einat.
88 - Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.
201 - 'syntax' patch adds improved calltips and a new class attribute listbox.
420 improved notification of Tabnanny Token Error.
451 - Improved the RESTART annotation in the shell window when the user restarts
452 the shell while it is generating output. Also improved annotation when user
467 - Improved exception reporting when running commands or scripts from the
496 - Improved I/O response by tweaking the wait parameter in various
535 - Improved formatting in IDLE Help.
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/log-0.4.21/
H A DCHANGELOG.md146 ### Improved subsection
166 ### Improved subsection
173 ### Improved subsection
179 ### Improved subsection
186 ### Improved subsection
192 ### Improved subsection
198 ### Improved subsection
/aosp_15_r20/external/sdv/vsomeip/
DCHANGES81 - Improved robustness when receiving malformed remote subscriptions
328 - Improved handling for EMFILE error (per-process limit of open
376 - Added / improved security related checks
600 - Improved packing of subscriptions sent out as answer to incoming
797 - Improved dispatcher handling for blocking calls
913 - Improved segmentation of service discovery messages
986 - Improved handling of Selective Broadcasts (CommonAPI)
991 - Improved handling of multicasts
1005 - Improved handling of endpoints
1032 - Improved handling of notification events
/aosp_15_r20/external/igt-gpu-tools/
H A DNEWS140 - Improved intel_vbt_decode output, updated the data from current
165 - Improved the GPU quiescing code to more thoroughly flush old data
190 - Improved the output of intel_vbt_decode. (Jani Nikula)
195 - Improved the output of intel_watermark. (Ville Syrjälä,
579 - improved igt_hang_ring() infrastructure for generic hang injection support in
698 - Improved logging to kmsg to better line up test runs with kernel messages
752 - Improved plane/pipe handling in the igt_kms library (Damien).
787 - Improved igt loggin, now also with igt_vlog (for va_args printf-style
923 Improved testsuite, usable for kernel regression testing!

12345678910>>...99