home.social

#atomicity — Public Fediverse posts

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

fetched live
  1. osdev-libstdc: реализация std::atomic и spin_lock

    Приветствую! В моей библиотеке ядра уже есть аллокатор , семейство vsnprintf , ctype, string.h, strings.h. Остались только атомики и спинлок, и тогда можно будет доделать семейство malloc в блокировками как того требует стандарт.

    habr.com/ru/articles/1051320/

    #atomic #atomicity #atomics #gcc #builtins #concurrency #multithreading

  2. osdev-libstdc: реализация std::atomic и spin_lock

    Приветствую! В моей библиотеке ядра уже есть аллокатор , семейство vsnprintf , ctype, string.h, strings.h. Остались только атомики и спинлок, и тогда можно будет доделать семейство malloc в блокировками как того требует стандарт.

    habr.com/ru/articles/1051320/

    #atomic #atomicity #atomics #gcc #builtins #concurrency #multithreading

  3. osdev-libstdc: реализация std::atomic и spin_lock

    Приветствую! В моей библиотеке ядра уже есть аллокатор , семейство vsnprintf , ctype, string.h, strings.h. Остались только атомики и спинлок, и тогда можно будет доделать семейство malloc в блокировками как того требует стандарт.

    habr.com/ru/articles/1051320/

    #atomic #atomicity #atomics #gcc #builtins #concurrency #multithreading

  4. Введение в атомики. C++

    Заметил недостаток качественных статей по атомикам. Сам когда-то столкнулся с тем, что хотел прочитать статью, где простым и понятным языком рассказывается об этом, но, к сожалению, найти не смог.

    habr.com/ru/articles/972856/

    #C++ #atomic #atomicity #lockfree #атомики #атомик

  5. Введение в атомики. C++

    Заметил недостаток качественных статей по атомикам. Сам когда-то столкнулся с тем, что хотел прочитать статью, где простым и понятным языком рассказывается об этом, но, к сожалению, найти не смог.

    habr.com/ru/articles/972856/

    #C++ #atomic #atomicity #lockfree #атомики #атомик

  6. Введение в атомики. C++

    Заметил недостаток качественных статей по атомикам. Сам когда-то столкнулся с тем, что хотел прочитать статью, где простым и понятным языком рассказывается об этом, но, к сожалению, найти не смог.

    habr.com/ru/articles/972856/

    #C++ #atomic #atomicity #lockfree #атомики #атомик

  7. Took me about 5 hours to work through, help proof-read, and provide feedback on the upcoming guide on #Zettelkasten #atomicity by Sascha. Before I unload the context, I'll create notes for my own work, first. There's definitely some interesting and novel modeling of concepts in there for everyone.

  8. Took me about 5 hours to work through, help proof-read, and provide feedback on the upcoming guide on #Zettelkasten #atomicity by Sascha. Before I unload the context, I'll create notes for my own work, first. There's definitely some interesting and novel modeling of concepts in there for everyone.

  9. Took me about 5 hours to work through, help proof-read, and provide feedback on the upcoming guide on #Zettelkasten #atomicity by Sascha. Before I unload the context, I'll create notes for my own work, first. There's definitely some interesting and novel modeling of concepts in there for everyone.

  10. Took me about 5 hours to work through, help proof-read, and provide feedback on the upcoming guide on #Zettelkasten #atomicity by Sascha. Before I unload the context, I'll create notes for my own work, first. There's definitely some interesting and novel modeling of concepts in there for everyone.

  11. Took me about 5 hours to work through, help proof-read, and provide feedback on the upcoming guide on #Zettelkasten #atomicity by Sascha. Before I unload the context, I'll create notes for my own work, first. There's definitely some interesting and novel modeling of concepts in there for everyone.

  12. Уровни изоляции транзакций в PostgreSQL, MySQL, MSQL, Oracle с примерами на Go

    В данной статье обсудим проблемы, возникающие при конкурентной работе с данными, а также инструменты для их решения – атомарные инструкции, явные и неявные блокировки и уровни изолированности транзакций, реализованные в OLTP СУБД PostgreSQL, MySQL, SQL Server, Oracle с примерами на Go. Поговорим о деталях их реализации в указанных СУБД. На примере PostgreSQL проведем benchmark-тестирование производительности уровней изоляции с использованием инструмента pgbench

    habr.com/ru/articles/857486/

    #isolation_levels #transactions #postgresql #mysql #acid #транзакция #уровни_изоляции #уровни_изоляции_бд #бд #atomicity

  13. Уровни изоляции транзакций в PostgreSQL, MySQL, MSQL, Oracle с примерами на Go

    В данной статье обсудим проблемы, возникающие при конкурентной работе с данными, а также инструменты для их решения – атомарные инструкции, явные и неявные блокировки и уровни изолированности транзакций, реализованные в OLTP СУБД PostgreSQL, MySQL, SQL Server, Oracle с примерами на Go. Поговорим о деталях их реализации в указанных СУБД. На примере PostgreSQL проведем benchmark-тестирование производительности уровней изоляции с использованием инструмента pgbench

    habr.com/ru/articles/857486/

    #isolation_levels #transactions #postgresql #mysql #acid #транзакция #уровни_изоляции #уровни_изоляции_бд #бд #atomicity

  14. Уровни изоляции транзакций в PostgreSQL, MySQL, MSQL, Oracle с примерами на Go

    В данной статье обсудим проблемы, возникающие при конкурентной работе с данными, а также инструменты для их решения – атомарные инструкции, явные и неявные блокировки и уровни изолированности транзакций, реализованные в OLTP СУБД PostgreSQL, MySQL, SQL Server, Oracle с примерами на Go. Поговорим о деталях их реализации в указанных СУБД. На примере PostgreSQL проведем benchmark-тестирование производительности уровней изоляции с использованием инструмента pgbench

    habr.com/ru/articles/857486/

    #isolation_levels #transactions #postgresql #mysql #acid #транзакция #уровни_изоляции #уровни_изоляции_бд #бд #atomicity

  15. Discover the power of immutability & atomicity in Linux at #SCaLE21x. Learn how they enhance security and maintainability for operating systems. Join Pietro DiCaprio on March 14-17, 2024, in Pasadena, CA. 🐧🛡️ #Linux #Immutability #Atomicity socallinuxexpo.org/scale/21x/p

  16. Discover the power of immutability & atomicity in Linux at #SCaLE21x. Learn how they enhance security and maintainability for operating systems. Join Pietro DiCaprio on March 14-17, 2024, in Pasadena, CA. 🐧🛡️ #Linux #Immutability #Atomicity socallinuxexpo.org/scale/21x/p

  17. Discover the power of immutability & atomicity in Linux at #SCaLE21x. Learn how they enhance security and maintainability for operating systems. Join Pietro DiCaprio on March 14-17, 2024, in Pasadena, CA. 🐧🛡️ #Linux #Immutability #Atomicity socallinuxexpo.org/scale/21x/p

  18. Discover the power of immutability & atomicity in Linux at #SCaLE21x. Learn how they enhance security and maintainability for operating systems. Join Pietro DiCaprio on March 14-17, 2024, in Pasadena, CA. 🐧🛡️ #Linux #Immutability #Atomicity socallinuxexpo.org/scale/21x/p

  19. Discover the power of immutability & atomicity in Linux at #SCaLE21x. Learn how they enhance security and maintainability for operating systems. Join Pietro DiCaprio on March 14-17, 2024, in Pasadena, CA. 🐧🛡️ #Linux #Immutability #Atomicity socallinuxexpo.org/scale/21x/p

  20. New #Zettelkasten post!

    "Upgrade Atomic Thinking to Holistic Thinking" – Zettelkasten Method
    zettelkasten.de/posts/upgrade-

    Prompted a while ago by a post by @mattgemmell on #atomicity, Sascha writes about that #learning also requires #synthesis (which may sound obvious, but sometimes goes under the radar)

  21. New #Zettelkasten post!

    "Upgrade Atomic Thinking to Holistic Thinking" – Zettelkasten Method
    zettelkasten.de/posts/upgrade-

    Prompted a while ago by a post by @mattgemmell on #atomicity, Sascha writes about that #learning also requires #synthesis (which may sound obvious, but sometimes goes under the radar)

  22. New #Zettelkasten post!

    "Upgrade Atomic Thinking to Holistic Thinking" – Zettelkasten Method
    zettelkasten.de/posts/upgrade-

    Prompted a while ago by a post by @mattgemmell on #atomicity, Sascha writes about that #learning also requires #synthesis (which may sound obvious, but sometimes goes under the radar)

  23. New #Zettelkasten post!

    "Upgrade Atomic Thinking to Holistic Thinking" – Zettelkasten Method
    zettelkasten.de/posts/upgrade-

    Prompted a while ago by a post by @mattgemmell on #atomicity, Sascha writes about that #learning also requires #synthesis (which may sound obvious, but sometimes goes under the radar)

  24. New #Zettelkasten post!

    "Upgrade Atomic Thinking to Holistic Thinking" – Zettelkasten Method
    zettelkasten.de/posts/upgrade-

    Prompted a while ago by a post by @mattgemmell on #atomicity, Sascha writes about that #learning also requires #synthesis (which may sound obvious, but sometimes goes under the radar)

  25. That escalated into a couple of cross-connection and #atomicity in the #zettelkasten

    It appears almost complete, but I'll be putting this out into the open for feedback:


    forum.zettelkasten.de/discussi

  26. That escalated into a couple of cross-connection and #atomicity in the #zettelkasten

    It appears almost complete, but I'll be putting this out into the open for feedback:


    forum.zettelkasten.de/discussi

  27. That escalated into a couple of cross-connection and #atomicity in the #zettelkasten

    It appears almost complete, but I'll be putting this out into the open for feedback:


    forum.zettelkasten.de/discussi

  28. That escalated into a couple of cross-connection and #atomicity in the #zettelkasten

    It appears almost complete, but I'll be putting this out into the open for feedback:


    forum.zettelkasten.de/discussi

  29. That escalated into a couple of cross-connection and #atomicity in the #zettelkasten

    It appears almost complete, but I'll be putting this out into the open for feedback:


    forum.zettelkasten.de/discussi

  30. @ctietze you really tapped into a great guiding principle with that #atomicity blog post way back when. 🤝

  31. @ctietze you really tapped into a great guiding principle with that #atomicity blog post way back when. 🤝

  32. @ctietze you really tapped into a great guiding principle with that #atomicity blog post way back when. 🤝

  33. @ctietze @mattgemmell you really tapped into a great guiding principle with that #atomicity blog post way back when. 🤝

  34. @ctietze you really tapped into a great guiding principle with that #atomicity blog post way back when. 🤝

  35. mattgemmell.scot/atomic-though

    "Atomic Thoughts" by @mattgemmell -- this expresses beautifully, and across domains (thinking, writing, outlining, programming), the idea of #atomicity

    Which I never tire of recommending for note-taking and #Zettelkasten work.

  36. mattgemmell.scot/atomic-though

    "Atomic Thoughts" by @mattgemmell -- this expresses beautifully, and across domains (thinking, writing, outlining, programming), the idea of #atomicity

    Which I never tire of recommending for note-taking and #Zettelkasten work.

  37. mattgemmell.scot/atomic-though

    "Atomic Thoughts" by @mattgemmell -- this expresses beautifully, and across domains (thinking, writing, outlining, programming), the idea of #atomicity

    Which I never tire of recommending for note-taking and #Zettelkasten work.

  38. mattgemmell.scot/atomic-though

    "Atomic Thoughts" by @mattgemmell -- this expresses beautifully, and across domains (thinking, writing, outlining, programming), the idea of #atomicity

    Which I never tire of recommending for note-taking and #Zettelkasten work.

  39. mattgemmell.scot/atomic-though

    "Atomic Thoughts" by @mattgemmell -- this expresses beautifully, and across domains (thinking, writing, outlining, programming), the idea of #atomicity

    Which I never tire of recommending for note-taking and #Zettelkasten work.