Comment on How is Ultrassembler so fast?parentComments−jclarkcom1yMore detailed explanation from ChatGPT. As quick estimate you could achieve a >2x speed up using memory mapped files for a typical assembler workload.https://chatgpt.com/share/68b5e0db-a6d0-8005-9101-d326d2af0a...−Sesse__1yWhy would anyone be interested in arguing against a confused AI?−jclarkcom1yI was trying to provide a more detailed explanation without typing a lot. I studied this problem a lot as PE at vmware.−Sesse__1yhttps://distantprovince.by/posts/its-rude-to-show-ai-output-...In any case, if you really believe mmap is great for an assembler, then sure, go ahead. But it's not.−jclarkcom1yI implemented an assembler as part of VMware thinapp and this was big performance boost for me but maybe you have a different experience from your efforts?−Sesse__1yYes. (I'm not going into a pissing contest.)−jclarkcom1yhttps://github.com/jclarkcom/assembler-io-benchmark
Comments
More detailed explanation from ChatGPT. As quick estimate you could achieve a >2x speed up using memory mapped files for a typical assembler workload.
https://chatgpt.com/share/68b5e0db-a6d0-8005-9101-d326d2af0a...
Why would anyone be interested in arguing against a confused AI?
I was trying to provide a more detailed explanation without typing a lot. I studied this problem a lot as PE at vmware.
https://distantprovince.by/posts/its-rude-to-show-ai-output-...
In any case, if you really believe mmap is great for an assembler, then sure, go ahead. But it's not.
I implemented an assembler as part of VMware thinapp and this was big performance boost for me but maybe you have a different experience from your efforts?
Yes. (I'm not going into a pissing contest.)
https://github.com/jclarkcom/assembler-io-benchmark