Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize conversion of UInt to GapObj
Before: julia> @Btime GAP.julia_to_gap(UInt64(2^60)); 54.260 ns (4 allocations: 88 bytes) After: julia> @Btime GAP.julia_to_gap(UInt64(2^60)); 19.893 ns (2 allocations: 48 bytes)
- Loading branch information