home.social

#iterators — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #iterators, aggregated by home.social.

fetched live
  1. Oh joy, another blog post about the mystical wonders of #C++ #segmented #iterators 🙄. Because nothing screams "fun" like revisiting the riveting debates of #Stepanov vs. runtime overhead. If only the author's #enthusiasm for semantic verbosity could match the excitement of watching paint dry. 😂💻
    boostedcpp.net/2026/05/18/neoc #C++ #Programming #Humor #Debate #HackerNews #ngated

  2. Oh joy, another blog post about the mystical wonders of #C++ #segmented #iterators 🙄. Because nothing screams "fun" like revisiting the riveting debates of #Stepanov vs. runtime overhead. If only the author's #enthusiasm for semantic verbosity could match the excitement of watching paint dry. 😂💻
    boostedcpp.net/2026/05/18/neoc #C++ #Programming #Humor #Debate #HackerNews #ngated

  3. Symbol.iterator Creates INFINITE Sequence?!

    Custom iterators can generate INFINITE sequences! This object never ends, but spread operator can slice it. This is how generators break the rules of finite data!

    #javascript #javascripttricks #symbol.iterator #generators #infinitesequences #javascriptweird #javascriptquiz #codingchallenge #javascriptshorts #javascriptwtf #iterators #advancedjavascript

    youtube.com/watch?v=xt35jT3qFcY

  4. Symbol.iterator Creates INFINITE Sequence?!

    Custom iterators can generate INFINITE sequences! This object never ends, but spread operator can slice it. This is how generators break the rules of finite data!

    #javascript #javascripttricks #symbol.iterator #generators #infinitesequences #javascriptweird #javascriptquiz #codingchallenge #javascriptshorts #javascriptwtf #iterators #advancedjavascript

    youtube.com/watch?v=xt35jT3qFcY

  5. Итерация по UENUM в Unreal Engine

    Понадобилось мне создать панель категорий размещаемых предметов в UI. В наследие мне достался уже готовый UENUM, который в будущем будет изменен. Естественно, очень не хотелось вручную перемещать и настраивать каждый отдельный виджет. Так еще и заниматься этим в будущем с изменениями категорий. Хотелось чего-то простого и универсального. Чтобы вот вызвал условный For Each Loop и сгенерировал все как надо, еще и не обязательно только для этого енама. Выход был найден! Если мы создаем UENUM, то unreal сам генерит всю нужную инфу и создает для нас UEnum класс, который является UObject. Нужно лишь правильно использовать эту информацию.

    habr.com/ru/articles/861944/

    #uenum #unreal_engine #c++ #blueprints #iterator #iterators #tutorial #async #asynchronous #for_each

  6. [Перевод] Почему люди злятся из-за итераторов в Go 1.23

    Недавно я увидел сообщение, демонстрирующее будущий дизайн итераторов для Go 1.23 (август 2024 года). Насколько я могу судить, многим людям этот дизайн не нравится. Я хотел высказать свои мысли по этому поводу как разработчик языка.

    habr.com/ru/articles/822697/

    #go #odin #iterators #c++

  7. Generic Concurrency в Go

    Привет, гоферы! В этой статье я хочу поделиться мыслями и идеями, которые у меня накопились за время работы с дженериками в Go, и в частности о том, как шаблоны многозадачности могут стать более удобными и переиспользуемыми с помощью дженериков.

    habr.com/ru/articles/817003/

    #go #concurrency #iterators #generics

  8. Iterator helpers are a collection of new methods on Iterator prototype that help in general use of iterators. Since these helper methods are on the iterator prototype

    v8.dev/features/iterator-helpe

    #javaScript #programming #webDev #iterators #v8 #chrome #frontend #nodejs #node

  9. Iterator helpers are a collection of new methods on Iterator prototype that help in general use of iterators. Since these helper methods are on the iterator prototype

    v8.dev/features/iterator-helpe

    #javaScript #programming #webDev #iterators #v8 #chrome #frontend #nodejs #node

  10. Today I speed ran a small fibonacci number generator in #rust that is based on #iterators.
    Also, I used #asciidoc for readme instead of traditional #markdown .

    codeberg.org/atamakahere/fibte

  11. Today I speed ran a small fibonacci number generator in #rust that is based on #iterators.
    Also, I used #asciidoc for readme instead of traditional #markdown .

    codeberg.org/atamakahere/fibte

  12. I just completed "Tuning Trouble" - Day 6 - Advent of Code 2022 #AdventOfCode #rust #rustlang adventofcode.com/2022/day/6

    This is fun, but I get the sense the it makes me concentrate on very specific aspects of #rust (#iterators, #string processing, etc). Hopefully the following days would also lure me into exploring the type system and those memory safety features that are advertised so much.