atom
atom copied to clipboard
Memory efficient Python objects
Typically we cannot do anything but having a nice and clear error message would help.
This would help atom integrate better with static type checker.
Because this result in having object in types we use a Value member but the parameters are not empty causing an error when instantiating the member. We should at least...
With bytecode specialization coming to 3.11 to load attribute and 3.12 regarding properties it would be nice to have a set of benchmarks to check atom performance and investigate if...
With the improved support for typing in atom, I am wondering if it would make to have some special support for the following: Currently this will work and will statically...
Following the addition of support for typing in the last release, I think that adding the following decorators would help since the decorators will provide type hints when it comes...
Currently the Tuple member can only validate tuple which are homogeneous in type and we do not validate the length. This is at odd with typing.Tuple which can be used...
Should the Atom docs exemplify how to create a constant member (one that can be set once, but never modified)?
Following phosphor logic, observers should be well behaved and never raise. If they do the exceptions are simply printed to stderr. This avoid the old SystemError bug.