issues
search
APrioriInvestments
/
typed_python
An llvm-based framework for generating and calling into high-performance native code from Python.
Apache License 2.0
198
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fixed bug where "any" acted as "all"
#448
nmayer
opened
1 year ago
0
Move tests to dedicated directory
#447
wllgrnt
opened
1 year ago
0
Fixing some bugs/warnings I got when setting up my own environment (Ubuntu 20.04, Python 3.8)
#446
chrisstanford
opened
1 year ago
0
Calling ListOf(UInt8)(someByteArray) is slow
#445
braxtonmckee
opened
1 year ago
0
QoL improvements to python_to_native and compiler_cache
#444
wllgrnt
opened
1 year ago
0
Config and proof-of-concept benchmarks with airspeed
#443
wllgrnt
opened
1 year ago
0
Add function complexities and intermediates to cache
#442
wllgrnt
opened
1 year ago
0
Cannot import submodules within an Entrypointed function
#441
wllgrnt
opened
1 year ago
0
Partially load modules from compiler cache, handling possible race condition
#440
wllgrnt
opened
1 year ago
0
There should be exactly one Type* for a given identityHash
#439
braxtonmckee
opened
1 year ago
0
Prune the graph of inflight functions to not include the ones we don't need
#438
wllgrnt
opened
1 year ago
0
Further tests for bound methods and numpy objects
#437
wllgrnt
opened
1 year ago
0
Serializer cannot deserialize Alternatives of the same name and signature in different modules
#436
wllgrnt
opened
1 year ago
0
pmap should maintain the 'compiledness' under which it was called
#435
braxtonmckee
opened
1 year ago
0
Implement __delattr__ and __setattr__ for Held classes in both compiler and interpreter.
#434
braxtonmckee
opened
1 year ago
0
Fully-typed functions should be fast to modify and recompile
#433
braxtonmckee
opened
1 year ago
1
stringification of floats is not identical in the compiler and the interpreter
#432
braxtonmckee
opened
1 year ago
1
Fully implement ConstDict and improve API
#431
braxtonmckee
opened
1 year ago
0
Print statements from compiled code and interpreter can interleave.
#430
braxtonmckee
opened
1 year ago
0
Simplify type conversion model
#429
braxtonmckee
opened
1 year ago
0
chore: remove file inadvertently committed
#428
launeh
opened
1 year ago
0
Names of method types are missing the class name
#427
braxtonmckee
opened
1 year ago
0
Compiler can't call *args when it doesn't know how to pull apart 'args'.
#426
braxtonmckee
opened
1 year ago
0
Get rid of 'RefTo' entirely
#425
braxtonmckee
opened
1 year ago
0
Clean up 'PyInstance' methods
#424
braxtonmckee
opened
1 year ago
0
Check that HeldClass and Dict/ConstDict semantics make sense.
#423
braxtonmckee
opened
1 year ago
0
type-signature functions don't understand Value correctly
#422
braxtonmckee
opened
1 year ago
0
Accessing attributes of Held Class sometimes raises
#421
aaronmlevy
closed
1 year ago
3
SerializationContext mutates Values
#420
wllgrnt
closed
1 year ago
1
Distinction between FunctionType closure using PyCell and TypedCell is confusing
#419
braxtonmckee
opened
1 year ago
0
Compiler doesn't allow class Member to be a specific alternative subtype
#418
braxtonmckee
opened
1 year ago
0
SerializationContext cannot serialize numpy ufuncs
#417
wllgrnt
closed
1 year ago
0
If you decorate a class __iter__ with Generator(T) you can't return to it from the interpreter.
#416
braxtonmckee
closed
1 year ago
0
@Function decorators don't work on closures defined in compiled code
#415
braxtonmckee
opened
1 year ago
0
Allow compiler cache to partially load modules
#414
wllgrnt
closed
1 year ago
0
Build tooling to dump a description of code compiled from a given entrypoint
#413
braxtonmckee
opened
1 year ago
0
Build simple profiling tooling
#412
braxtonmckee
opened
1 year ago
0
Compiler fails to look up attributes of subclasses
#411
braxtonmckee
opened
1 year ago
0
Compiled generators can't handle non-default-initializable instances
#410
braxtonmckee
opened
1 year ago
0
Implement __copy_constructor__, __move__, and __assign__ for HeldClass
#409
braxtonmckee
opened
1 year ago
0
Can't compile `Dict(type, T)`
#408
braxtonmckee
opened
1 year ago
0
Improve error message when we don't match a Function's overloads
#407
braxtonmckee
opened
1 year ago
0
TP's hash function is not the same as python's
#406
braxtonmckee
opened
1 year ago
0
Wrap function overload + closure + input wrappers + return type in a single packet
#405
wllgrnt
opened
2 years ago
0
Equality comparison on Held class members fail on first evaluation
#404
launeh
closed
1 year ago
1
Add timestamp library and tests
#403
launeh
opened
2 years ago
0
Fix bug in stride for Matrix.transpose of Nx1 matrices.
#402
aaronmlevy
closed
2 years ago
0
Remove name arg from installInflightFunctions as it's never used
#401
wllgrnt
closed
1 year ago
0
Revert IR printing to pre-ApplyIntermediates state
#400
wllgrnt
closed
2 years ago
0
Add readthedocs support
#399
wllgrnt
opened
2 years ago
2
Next