Matthieu Dartiailh
Matthieu Dartiailh
The reference given by @P403n1x87 is likely to be the best. Other usage of bytecode I am aware of tend to work mostly in memory or at least retrieve code...
Off the top of my head, a PushButton tend to stick to its natural size even if more space is available. Try playing with limit_width and feel free to check...
I have a case in which I need to perform a memcopy from a device BRAM. I need the ability to get a continuous chunk of memory but since I...
Does this makes sense to you @utaal ?
I am interested in looking at but my bandwidth is not great. I will let you know when I start looking at it.
My goal is overall to make Atom feel closer to other technology such as the stdlib dataclass. A first step that will improve the interaction with IDE/type checker is to...
> Another thing I want to test is the space/perf efficiency of the new(er) Python dict implementation for instance attributes. I've read that it's quite an improvement over Python 2.x,...
> I think this would be a great change for the next version of `Atom` where we can introduce some breaking changes. That would let us cleanup/remove the members that...
1.4.8 fixes the linking issue.
Thanks for starting the discussion. The C++ implementation is not thread safe for performance reason and I need to think about what to do on the Python side. Given the...