fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.7K
active users

#optimizations

0 posts0 participants0 posts today
apply.coop<p>Features deployed for <a href="https://apply.coop" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">apply.coop</span><span class="invisible"></span></a>!</p><p>- Main job listing paginates 25 jobs at time for faster page loads<br>- Atom/RSS/JSON item titles have working location, pay range, and workplace info<br>- Jobs/Workplaces sitemaps to help find jobs easier via search engines</p><p><a href="https://social.coop/tags/applycoop" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>applycoop</span></a> <a href="https://social.coop/tags/Jobs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jobs</span></a> <a href="https://social.coop/tags/RSS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RSS</span></a> <a href="https://social.coop/tags/Optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Optimizations</span></a> <a href="https://social.coop/tags/SEO" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SEO</span></a></p>
Johnny's Software Lab<p>Does it matter if we are compiling with optimizations off (O0) or optimizations on (O3) if the problem is memory bound? Let’s find out…</p><p><a href="https://mastodon.online/tags/optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimizations</span></a> <a href="https://mastodon.online/tags/performance" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>performance</span></a> <a href="https://mastodon.online/tags/instructionlevelparallelism" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>instructionlevelparallelism</span></a> <a href="https://mastodon.online/tags/ilp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ilp</span></a> <a href="https://mastodon.online/tags/compiler" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>compiler</span></a> <a href="https://mastodon.online/tags/gcc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gcc</span></a> <a href="https://mastodon.online/tags/memorybound" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>memorybound</span></a> </p><p><a href="https://johnnysswlab.com/an-optimizing-compiler-doesnt-help-much-with-long-instruction-dependencies/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">johnnysswlab.com/an-optimizing</span><span class="invisible">-compiler-doesnt-help-much-with-long-instruction-dependencies/</span></a></p>
Hacker News<p>Armbian Updates: OMV support, boot improvents, Rockchip optimizations</p><p><a href="https://www.armbian.com/newsflash/armbian-updates-nas-support-lands-boot-systems-improve-and-rockchip-optimizations-arrive/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">armbian.com/newsflash/armbian-</span><span class="invisible">updates-nas-support-lands-boot-systems-improve-and-rockchip-optimizations-arrive/</span></a></p><p><a href="https://mastodon.social/tags/HackerNews" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HackerNews</span></a> <a href="https://mastodon.social/tags/Armbian" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Armbian</span></a> <a href="https://mastodon.social/tags/Updates" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Updates</span></a> <a href="https://mastodon.social/tags/OMV" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OMV</span></a> <a href="https://mastodon.social/tags/Support" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Support</span></a> <a href="https://mastodon.social/tags/Boot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Boot</span></a> <a href="https://mastodon.social/tags/Improvements" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Improvements</span></a> <a href="https://mastodon.social/tags/Rockchip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Rockchip</span></a> <a href="https://mastodon.social/tags/Optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Optimizations</span></a></p>
Habr<p>Часть 3. Векторизация на Go: CGo, транзакции, компиляторы, поддержка, байтовые инструкции</p><p>В первой части статьи мы рассмотрели , как можно вручную ускорить Go-код с помощью векторизации и SIMD-инструкций, реализованных через Go-ассемблер. Написали простую, но показательно быструю реализацию sliceContains и увидели, что даже базовая векторизация может дать ускорение в 10–14 раз по сравнению со стандартной реализацией. Во второй части статьи погрузились в практическое применение SIMD в Go-ассемблере, реализовали функцию SliceContainsV1 и изучили, как с помощью VADD, VDUP и других инструкций можно добиться 10–14-кратного ускорения простых задач. Но возможности оптимизации Go-программ на этом не заканчиваются. В этой части мы пойдём дальше: рассмотрим другие техники низкоуровневой оптимизации — от использования C-кода и альтернативных компиляторов с поддержкой векторизации до работы с аппаратными транзакциями памяти на Intel. Поговорим о том, как внедрять ассемблер в продакшен-код, не боясь за его поддержку, и как обойти ограничения стандартного Go-компилятора. Привет, Хабр! Меня зовут Игорь Панасюк, я работаю в Яндекс, преподаю в ИТМО, а также в свободное время выступаю на конференциях, делюсь опытом в соцсетях и помогаю развитию Go-сообщества, веду телеграм-канал и youtube-канал. Если вы уже знакомы с базовыми техниками векторизации, эта часть поможет глубже понять, как устроены продвинутые способы ускорения Go-кода и на что стоит обратить внимание при работе с архитектурно-зависимыми оптимизациями.</p><p><a href="https://habr.com/ru/companies/oleg-bunin/articles/905972/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">habr.com/ru/companies/oleg-bun</span><span class="invisible">in/articles/905972/</span></a></p><p><a href="https://zhub.link/tags/golang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>golang</span></a> <a href="https://zhub.link/tags/optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimizations</span></a> <a href="https://zhub.link/tags/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B8%D0%BB%D1%8F%D1%82%D0%BE%D1%80" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>компилятор</span></a> <a href="https://zhub.link/tags/gccgo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gccgo</span></a> <a href="https://zhub.link/tags/gollvm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gollvm</span></a> <a href="https://zhub.link/tags/%D0%B0%D1%81%D1%81%D0%B5%D0%BC%D0%B1%D0%BB%D0%B5%D1%80" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ассемблер</span></a> <a href="https://zhub.link/tags/word" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>word</span></a> <a href="https://zhub.link/tags/byte" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>byte</span></a> <a href="https://zhub.link/tags/%D0%BF%D1%80%D0%BE%D0%B8%D0%B7%D0%B2%D0%BE%D0%B4%D0%B8%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D0%BE%D1%81%D1%82%D1%8C" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>производительность</span></a></p>
Paul Keen<p><a href="https://ruby.social/tags/Database" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Database</span></a> indexes in <a href="https://ruby.social/tags/Rails" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Rails</span></a> - from basic to advanced. 📊</p><p>Post with real migration &amp; model code, you can adapt today!</p><p><a href="https://ruby.social/tags/rubyonrails" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rubyonrails</span></a> <a href="https://ruby.social/tags/performance" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>performance</span></a> <a href="https://ruby.social/tags/optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimizations</span></a> </p><p><a href="https://jetthoughts.com/blog/turbocharge-your-rails-apps-with-smart/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">jetthoughts.com/blog/turbochar</span><span class="invisible">ge-your-rails-apps-with-smart/</span></a></p>
Unvanquished👀 Do you know? The Raspberry Pi 5 can run <a class="hashtag" href="https://idtech.space/tag/unvanquished" rel="nofollow noopener" target="_blank">#Unvanquished</a> in 1920×1080 at more than 60fps! 🚀<br><br>Here at 70~80fps with <a class="hashtag" href="https://idtech.space/tag/mesa" rel="nofollow noopener" target="_blank">#Mesa</a> 25.<br>We even have some model <a class="hashtag" href="https://idtech.space/tag/optimizations" rel="nofollow noopener" target="_blank">#optimizations</a> to come!<br><br><a class="hashtag" href="https://idtech.space/tag/indiedev" rel="nofollow noopener" target="_blank">#indiedev</a> <a class="hashtag" href="https://idtech.space/tag/gamedev" rel="nofollow noopener" target="_blank">#gamedev</a> <a class="hashtag" href="https://idtech.space/tag/indiegame" rel="nofollow noopener" target="_blank">#indiegame</a> <a class="hashtag" href="https://idtech.space/tag/floss" rel="nofollow noopener" target="_blank">#floss</a> <a class="hashtag" href="https://idtech.space/tag/idtech" rel="nofollow noopener" target="_blank">#idtech</a> <a class="hashtag" href="https://idtech.space/tag/raspberrypi5" rel="nofollow noopener" target="_blank">#raspberrypi5</a> <a class="hashtag" href="https://idtech.space/tag/arm" rel="nofollow noopener" target="_blank">#arm</a> <a class="hashtag" href="https://idtech.space/tag/opengl" rel="nofollow noopener" target="_blank">#opengl</a> <a class="hashtag" href="https://idtech.space/tag/gameengines" rel="nofollow noopener" target="_blank">#gameengines</a> <a class="hashtag" href="https://idtech.space/tag/daemon" rel="nofollow noopener" target="_blank">#daemon</a>
Andrés Álvarez Iglesias 📚✏️<p>Since Python 3.13, the famous Python GIL is optional. This is a long requested functionality but, is the performance gain of threaded code real? </p><p>Let's test the performance of a threaded application with and without the GIL.</p><p><a href="https://open.substack.com/pub/andresalvareziglesias/p/performance-of-python-with-and-without?r=1ymfiv&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=true" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">open.substack.com/pub/andresal</span><span class="invisible">vareziglesias/p/performance-of-python-with-and-without?r=1ymfiv&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=true</span></a></p><p><a href="https://mastodon.social/tags/development" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>development</span></a> <a href="https://mastodon.social/tags/developers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>developers</span></a> <a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://mastodon.social/tags/GIL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GIL</span></a> <a href="https://mastodon.social/tags/speed" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>speed</span></a> <a href="https://mastodon.social/tags/optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimizations</span></a></p>
Kir4ik52 :blobfoxnerd:<p>Power Options — это графическое приложение для управления энергопотреблением на Linux, предлагающее как простые, так и расширенные функции.</p><p>Оно создает оптимизированные профили при установке, позволяя пользователям управлять настройками аккумулятора и сети с возможностью настройки количества профилей и переопределений.<br><a href="https://github.com/TheAlexDev23/power-options/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/TheAlexDev23/power-</span><span class="invisible">options/</span></a><br><a href="https://mastodon.ml/tags/poweroptions" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>poweroptions</span></a> <a href="https://mastodon.ml/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://mastodon.ml/tags/gnu_linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gnu_linux</span></a> <a href="https://mastodon.ml/tags/battery" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>battery</span></a> <a href="https://mastodon.ml/tags/optimization" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimization</span></a> <a href="https://mastodon.ml/tags/optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimizations</span></a> <a href="https://mastodon.ml/tags/github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>github</span></a> <a href="https://mastodon.ml/tags/energy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>energy</span></a></p>
:rss: Hacker News<p>How we made Jupyter notebooks load faster<br><a href="https://www.singlestore.com/blog/how-we-made-notebooks-load-10-times-faster/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">singlestore.com/blog/how-we-ma</span><span class="invisible">de-notebooks-load-10-times-faster/</span></a><br><a href="https://rss-mstdn.studiofreesia.com/tags/ycombinator" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ycombinator</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Jupyter_notebooks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jupyter_notebooks</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/notebooks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>notebooks</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/singlestore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>singlestore</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Jupyter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jupyter</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Jupyter_lab" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jupyter_lab</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/devx" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devx</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/frontend" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>frontend</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimizations</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/developers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>developers</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/devs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devs</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Jupyterlab" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jupyterlab</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Engineering" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Engineering</span></a></p>
:rss: Hacker News<p>How We Made Jupyter Notebooks Load 10 Times Faster<br><a href="https://www.singlestore.com/blog/how-we-made-notebooks-load-10-times-faster/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">singlestore.com/blog/how-we-ma</span><span class="invisible">de-notebooks-load-10-times-faster/</span></a><br><a href="https://rss-mstdn.studiofreesia.com/tags/ycombinator" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ycombinator</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Jupyter_notebooks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jupyter_notebooks</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/notebooks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>notebooks</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/singlestore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>singlestore</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Jupyter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jupyter</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Jupyter_lab" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jupyter_lab</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/devx" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devx</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/frontend" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>frontend</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimizations</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/developers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>developers</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/devs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devs</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Jupyterlab" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jupyterlab</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Engineering" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Engineering</span></a></p>
Zeeshan Ali Khan :rust: 🇺🇦<p>bow to your king!</p><p><a href="https://toot.cat/tags/optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimizations</span></a> <a href="https://toot.cat/tags/rustlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rustlang</span></a></p>
Shakthi Kannan<p>Scheduling Model in LLVM Compiler <a href="https://myhsu.xyz/llvm-sched-model-1/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">myhsu.xyz/llvm-sched-model-1/</span><span class="invisible"></span></a> @llvmorg <a href="https://mastodon.social/tags/Compiler" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Compiler</span></a> <a href="https://mastodon.social/tags/Optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Optimizations</span></a> <span class="h-card" translate="no"><a href="https://noc.social/@risc_v" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>risc_v</span></a></span></p>
JMLR<p>'Multi-Objective Neural Architecture Search by Learning Search Space Partitions', by Yiyang Zhao, Linnan Wang, Tian Guo.</p><p><a href="http://jmlr.org/papers/v25/23-1013.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">http://</span><span class="ellipsis">jmlr.org/papers/v25/23-1013.ht</span><span class="invisible">ml</span></a> <br> <br><a href="https://sigmoid.social/tags/optimizers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimizers</span></a> <a href="https://sigmoid.social/tags/optimizer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimizer</span></a> <a href="https://sigmoid.social/tags/optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimizations</span></a></p>
Relianoid<p>We&#39;re thrilled to introduce RELIANOID Enterprise Edition v8.0. This significant update brings a range of new features, enhancements, and optimizations aimed at delivering robust performance, improved security, and enhanced user experience. Below, you&#39;ll find the specifics of what’s new and improved in this release. <br /><a href="https://www.relianoid.com/blog/release-notes-relianoid-load-balancer-v8-0/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">relianoid.com/blog/release-not</span><span class="invisible">es-relianoid-load-balancer-v8-0/</span></a><br /><a href="https://fosstodon.org/tags/RELIANOID" class="mention hashtag" rel="tag">#<span>RELIANOID</span></a> <a href="https://fosstodon.org/tags/EnterpriseEdition" class="mention hashtag" rel="tag">#<span>EnterpriseEdition</span></a> <a href="https://fosstodon.org/tags/Release" class="mention hashtag" rel="tag">#<span>Release</span></a> <a href="https://fosstodon.org/tags/NewFeatures" class="mention hashtag" rel="tag">#<span>NewFeatures</span></a> <a href="https://fosstodon.org/tags/Enhancements" class="mention hashtag" rel="tag">#<span>Enhancements</span></a> <a href="https://fosstodon.org/tags/Optimizations" class="mention hashtag" rel="tag">#<span>Optimizations</span></a> <a href="https://fosstodon.org/tags/Performance" class="mention hashtag" rel="tag">#<span>Performance</span></a> <a href="https://fosstodon.org/tags/Security" class="mention hashtag" rel="tag">#<span>Security</span></a> <a href="https://fosstodon.org/tags/EaseOfUse" class="mention hashtag" rel="tag">#<span>EaseOfUse</span></a> <a href="https://fosstodon.org/tags/LoadBalancing" class="mention hashtag" rel="tag">#<span>LoadBalancing</span></a></p>
Knowledge Zone<p><a href="https://mstdn.social/tags/ITByte" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ITByte</span></a>: Compiler Development Trends - Machine Learning.</p><p>A brief introduction to use of <a href="https://mstdn.social/tags/MachineLearning" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MachineLearning</span></a> in <a href="https://mstdn.social/tags/Compiler" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Compiler</span></a> <a href="https://mstdn.social/tags/Optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Optimizations</span></a>.</p><p><a href="https://knowledgezone.co.in/posts/Compiler-Development-Trends--Machine-Learning-62f212905bd4ed82e024ffe6" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">knowledgezone.co.in/posts/Comp</span><span class="invisible">iler-Development-Trends--Machine-Learning-62f212905bd4ed82e024ffe6</span></a></p>
Patrick Baumgartner<p>Had a great time giving my rockstar talk at <a href="https://mastodon.social/tags/VoxxeddaysBrussels" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VoxxeddaysBrussels</span></a>. Thanks to the organizers, sponsors, speakers and attendees for creating such a great experience. Thanks for having me! ☺️ Looking forward to the third edition. <a href="https://mastodon.social/tags/springboot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>springboot</span></a> <a href="https://mastodon.social/tags/optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimizations</span></a></p>
Soh Kam Yung<p>"[Hash tables] need to be fast, meaning that they can quickly retrieve the necessary information. But they also need to be compact, using as little memory as possible. These twin objectives are fundamentally at odds.<br>[...] <br>Computer scientists have now mathematically proved that they have found the optimal trade-off."</p><p><a href="https://www.quantamagazine.org/scientists-find-optimal-balance-of-data-storage-and-time-20240208/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">quantamagazine.org/scientists-</span><span class="invisible">find-optimal-balance-of-data-storage-and-time-20240208/</span></a></p><p><a href="https://mstdn.io/tags/Mathematics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mathematics</span></a> <a href="https://mstdn.io/tags/HashTables" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HashTables</span></a> <a href="https://mstdn.io/tags/Optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Optimizations</span></a> <a href="https://mstdn.io/tags/ComputerScience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ComputerScience</span></a></p>
HGPU group<p>Assessing the Impact of Compiler Optimizations on GPUs Reliability</p><p><a href="https://mast.hpc.social/tags/CUDA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CUDA</span></a> <a href="https://mast.hpc.social/tags/Compilers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Compilers</span></a> <a href="https://mast.hpc.social/tags/Optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Optimizations</span></a></p><p><a href="https://hgpu.org/?p=29032" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">hgpu.org/?p=29032</span><span class="invisible"></span></a></p>
Ferdinando Simonetti <p><a href="https://www.reddit.com/r/ChromeOSFlex/s/xHObDVLdaE" rel="nofollow noopener" target="_blank">https://www.reddit.com/r/ChromeOSFlex/s/xHObDVLdaE</a><span> </span><a href="https://misskey.social/tags/ChromeOS" rel="nofollow noopener" target="_blank">#ChromeOS</a><span> </span><a href="https://misskey.social/tags/KVM" rel="nofollow noopener" target="_blank">#KVM</a><span> </span><a href="https://misskey.social/tags/Optimizations" rel="nofollow noopener" target="_blank">#Optimizations</a></p>
Billie<p>With some tricky <a href="https://social.tchncs.de/tags/code" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>code</span></a> <a href="https://social.tchncs.de/tags/optimizations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>optimizations</span></a>, I have manged to reduce the <a href="https://social.tchncs.de/tags/TinyWeatherForecastGermany" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TinyWeatherForecastGermany</span></a> app launch time down to approx. 38% (!) compared to previous versions.</p><p>Mainly because of reworked weather icons, the apk size will also shrink from approx. 8.3 to 5.3 Mb.</p><p>Also, some graphics handling was improved, making scrolling faster.</p><p>TL;DR: the new version, still in <a href="https://social.tchncs.de/tags/rc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rc</span></a> testing, will run much smoother &amp; faster on legacy devices!</p>