DAI 2024-2025 - Java IOs benchmarking - First name Last Name #419
EVAN-ROTHEN
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/EVAN-ROTHEN/heig-vd-dai-course-java-ios-practical-content/tree/main/src/main/java/ch/heigvd/dai/ios/binary
Which type of stream is the most efficient for each use case?
Why is it more efficient than the other types of streams?
Les flux avec buffer réduisent les appels système en lisant/écrivant par gros blocs, diminuant la surcharge.
What is the difference between binary data and text data?
What is a character encoding?
C'est la correspondance entre les octets et les caractères (ex. : UTF-8, ASCII).
Why is this benchmark methodology important?
Elle mesure objectivement la performance et identifie l'approche la plus efficace selon la taille des fichiers.
Beta Was this translation helpful? Give feedback.
All reactions