???? Hardware-accellerated python ????
Courageous
jkraska1 at san.rr.com
Wed Aug 9 01:11:29 EDT 2000
More information about the Python-list mailing list
Wed Aug 9 01:11:29 EDT 2000
- Previous message (by thread): ???? Hardware-accellerated python ????
- Next message (by thread): ???? Hardware-accellerated python ????
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Olivier Dagenais wrote: > > If the dictionary lookups are hash-based, there isn't very much improvement > to be done, as hash tables are usually O(1). Python has a truly outstanding hashing implementation. I very much doubt there is any kind of specialized hardware which can improve that kind of thing. It's compiler technology (native, JIT, et al) which will lead to python performance improvements, IMO. C//
- Previous message (by thread): ???? Hardware-accellerated python ????
- Next message (by thread): ???? Hardware-accellerated python ????
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list