Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement conversion between GAP large integers and Julia BigInt #116

Closed
fingolfin opened this issue Nov 1, 2018 · 2 comments
Closed

Implement conversion between GAP large integers and Julia BigInt #116

fingolfin opened this issue Nov 1, 2018 · 2 comments
Assignees
Labels
kind: enhancement New feature or request topic: conversion Issue related to conversion

Comments

@fingolfin
Copy link
Member

No description provided.

@fingolfin fingolfin added the kind: enhancement New feature or request label Nov 1, 2018
@fingolfin
Copy link
Member Author

In addition, it might be useful to add methods for == and < and perhaps others which compare a GAP large integer and a Julia bigint; this can be implemented more efficiently than a conversion.

@fingolfin
Copy link
Member Author

Note that internally, a Julia BigInt looks like a GMP mpz_t (and uses GMP). That means we can adapt existing conversion functions from GAP resp. from e.g. NormalizInterface

@sebasguts sebasguts self-assigned this Nov 5, 2018
@fingolfin fingolfin added the topic: conversion Issue related to conversion label Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: enhancement New feature or request topic: conversion Issue related to conversion
Projects
None yet
Development

No branches or pull requests

2 participants