<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Superme</title>
        <link>https://paragraph.com/@superme</link>
        <description>undefined</description>
        <lastBuildDate>Mon, 20 Apr 2026 11:28:45 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[GNO Scalability Matters]]></title>
            <link>https://paragraph.com/@superme/gno-scalability-matters</link>
            <guid>JqKq7dJv9xU8pJ7ayG5R</guid>
            <pubDate>Tue, 30 Aug 2022 03:51:57 GMT</pubDate>
            <description><![CDATA[NEW LANGUAGE ADVANTAGEGnoland adopts a new language called Gnolang, a fork of the Golang. A clear advantage of Golang compared to other languages is apparent when dealing with concurrency. While a majority of programming languages such as C++ or Java use multithreading for running concurrent programs, Go uses Goroutines. Multithreadingoften causes overhead and consumes excessive resources. Goroutine, on the other hand, takes the burden off the OS by implementing Go Scheduler, a run-time nativ...]]></description>
            <content:encoded><![CDATA[<h3 id="h-new-language-advantage" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">NEW LANGUAGE ADVANTAGE</h3><p>Gnoland adopts a new language called Gnolang, a fork of the Golang. A clear advantage of Golang compared to other languages is apparent when dealing with concurrency. While a majority of programming languages such as C++ or Java use multithreading for running concurrent programs, Go uses Goroutines. Multithreadingoften causes overhead and consumes excessive resources. Goroutine, on the other hand, takes the burden off the OS by implementing Go Scheduler, a run-time native scheduler. Creation and destruction of Goroutines consume seemingly less memory (as little as 0.2% of threads) and fully utilizes all cores of the hardware.</p>]]></content:encoded>
            <author>superme@newsletter.paragraph.com (Superme)</author>
        </item>
    </channel>
</rss>