6ec14e3ffa6abc6ad1ad8f4ff89af29676baa705
This adds the `Int::new_obj_uncached()` function, which will create a new Int object without caching it. The `Int::new_obj()` will cache the value if it inclusively lies between -1 and 255. This is a minor optimization that should hopefully go a long way with speed and memory footprint. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
not-python
Working title.
License
AGPL - See LICENSE file for details.
Description
Languages
Rust
94.8%
Yacc
4.6%
Lex
0.6%