Optimizing Rust programs with PGO and BOLT using cargo-pgo, https://kobzol.github.io/rust/cargo/2023/07/28/rust-cargo-pgo.html.
Feedback-directed optimisations made easy with `cargo-pgo`! Neat.
#rustlang #compiler #performance #pgo #bolt #llvm
@FediFollows @cryptpad @briar @delta @prav @gajim @Monal @kaidan instead of relying on providers like @Tutanota and @protonmail, ise actual #E2EE like #PGO/MIME / #GnuPg as natively supoorted in #Thunderbird out of the box!
Remember:
#NotYourKeys = #NotInControl!!!
#notincontrol #notyourkeys #Thunderbird #gnupg #pgo #e2ee
Lendo aqui que o .NET 6 introduziu uma feature chamada PGO, que em miúdos é uma forma que o JIT tem de rastrear a execução de um aplicado, e então em um novo build refazer o código de uma forma mais performática.
RT @EtienneBerthie2
5-year elevation change from 2017 to 2022 for Austrian glaciers (Tirol, including the well-surveyed #Hintereisferner). Red everywhere means thinning up to the highest elevations. ☹️ Data: @CNES Pléiades Glacier Observatory #PGO, https://www.legos.omp.eu/pgo/
Bringing this up in therapy tomorrow because I CAN'T #PokemonGO #pgo #Pokemon
Let's be friends in Pokémon GO! My Trainer Code is 7724 9808 9895! #pgo #PokemonGO #PokemonGOApp
Shiny Galarian Mr. Mime I caught from Field Research today! #PokemonGo #PGO
Niet helemaal #nieuwhier, toch een #introduction #introductie
Vrouw, #1958, #Voorschoten.
Eerder werkzaam in #zorg #ICT. Nu door #MS #MultipleSclerose al een tijdje #arbeidsongeschikt.
Vrijwilliger bij de lokale #bibliotheek @OBVW, en bij een website voor mensen met #MS www.msweb.nl @MSWebNl
Interesses: #zorg #architectuur #stedenbouw #fotografie #natuur #tech #ICT
Lol: #fietsen #wandelen #vogels #eten #wijn #leesclub
Inzet voor #powertothepatient #pgo #zeggenschap #dossier
#dossier #Zeggenschap #pgo #powertothepatient #leesclub #wijn #eten #vogels #wandelen #fietsen #tech #natuur #fotografie #stedenbouw #architectuur #bibliotheek #arbeidsongeschikt #multiplesclerose #ms #ict #zorg #voorschoten #introductie #introduction #nieuwhier
Thank you, Simon.
Simon Jeffes
(19 februari 1949 - 11 december 1997)
#25years #penguincafeorchestra #pgo #simonjeffes #jeffes
cargo-pgo, https://github.com/Kobzol/cargo-pgo.
Cargo subcommand that makes it easier to use PGO (Profile-Guided Optimisation) and BOLT to optimize Rust binaries.
PGO: https://doc.rust-lang.org/rustc/profile-guided-optimization.html
BOLT: https://github.com/llvm/llvm-project/tree/main/bolt
#RustLang #cargo #PGO #BOLT #compiler #performance #optimisation
#rustlang #cargo #pgo #bolt #compiler #performance #optimisation
Ik was vanmiddag bij #Nictiz Verkenningen, een middag over het verder ontwikkelen van gegevens uitwisseling tussen zorgverleners en patiënt/cliënten.
Misschien is het idee al eerder geopperd maar ik kreeg opeens een ingeving. Een #PGO gaat volgens mij nooit een cliëntportaal of zoals wij dat binnen Mextra doen een cliënten inlog in het #ecd in zijn geheel vervangen. Dus kunnen we denk ik beter intensief gaan samenwerken.
“If you can’t beat them, join them”.
Er komt (mede door de PGO-ontwikkeling) nu landelijk eindelijk vaart in de beweging van ziekenhuizen om de vertragingstermijn m.b.t. het tonen van onderzoek uitslagen op het patiëntenportaal op te heffen. Steeds meer ziekenhuizen maken nu deze volgende stap. Ook in Overijssel, na Saxenburgh Hardenberg/Ommen (nov 2018 al) volgden Isala Zwolle (jan 2022) en ZGT/MST (sept 2022) en ook het Deventer Ziekenhuis maakt binnenkort deze stap (jan 2023). #PGO #realtime #patient #portaal #dossierinzage
#dossierinzage #portaal #patient #realtime #pgo
Speeding up the Rust compiler without changing its code, https://kobzol.github.io/rust/rustc/2022/10/27/speeding-rustc-without-changing-its-code.html.
Awesome article demonstrating how using LTO, PGO and BOLT helped to improve the Rust compiler's performance.
#rustlang #lto #pgo #bolt #compiler #performance
I love Niantic's approach to AR games and I've been playing #Ingress since 2014 and Pokémon Go since release. Both are extremely casual endeavors for me but I actually loved Ingress for the story elements at first though of course it's gone to some pretty wild places since launch with having to keep the narrative going. I'm still not on Campfire but friend me on #PGO or Pikmin Bloom!
PGO 1381 8738 6735
Ingress - GoosedBear
Pikmin Bloom - 7228 1861 6446
Hello, I am Gerias Bee! I like tabletop #RPG as well as the main type of video game I enjoy. I love #D&D but #WoD was my first love and I'll always be playing Werewolf, Sorcerer, Changeling, or Vampire in my mind, if nowhere else. I'm a bumblebee #furry without an actual reference/character defined and have a lot of interests related to that that I'll thread below. I play #MtG mostly on Arena and love Orzhov/life gain archetypes. Friend me on #Steam or #PGO!
#rpg #d #wod #furry #mtg #steam #pgo
RT @lab110bis@twitter.com
Ce matin 2nd webinaire du cycle d’initiation & partage de bonnes pratiques en matière de #facilitation #intelligencecollective pour la communauté des labs d’académie :atelier collaboratif sur le Partenariat pour un #gouvernementouvert #Opengov #PGO Mille mercis aux participants😊
🐦🔗: https://twitter.com/lab110bis/status/1394967407236685828
#facilitation #intelligencecollective #gouvernementouvert #opengov #pgo
Stabilize support for Profile-guided Optimization (PGO) in Rust, https://github.com/rust-lang/rust/pull/61268.
In a nutshell: It collects practical data at runtime to guide optimizations in the compiler. A truly performance booster! Can't wait to test it in stable Rust!