Hypnootika

Results 32 comments of Hypnootika

Considering your answer it looks like my Tests dont really help. Atleast this way. @KOLANICH atleast i tested your question: > would just passing a `mmap` object into `KaitaiStream` solve...

If i can fix the rest, we can remove a lot of things that KaitaiStream creates, because mmap provides it: ![image](https://github.com/kaitai-io/kaitai_struct_python_runtime/assets/34210817/7b072879-4132-422d-bc3e-41ab88718553)

Another experimental approach: ```import typing from contextlib import contextmanager from dataclasses import dataclass, field as dc_field import mmap from struct import Struct from typing import List # Should consider using...

I actually have a working memoryview KaitaiStruct embracing zerocopy and its init and io is 40% faster than the current implementation BUT: Achieving this need a nearly complete rewrite of...

Edit: forget about it, its nonsense So this topic didn't let me be happy. (It became a personal topic, dont worry, i made this for me :D) Good News: -...

It needed to get changed because - atleast in my tests - it didn't work (returned an empty String). Its rarely needed, thats true. But since the information is avaliable...

If it fails, atleast on Windows, it returns an empty String. Not sure what it does on Linux. We could either go for the Options module or the path remains...

All right, ill change it. Won't make it till tuesday though.

I removed the automatic path insertion and the path from the Process-object. It is now a plain fix for the getProcessPath proc for Windows. (the issue the fix is intended...