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

Increase initial size of global variables and record names tables #604

Merged
merged 1 commit into from
Feb 9, 2016

Conversation

ChrisJefferson
Copy link
Contributor

This just increases some old constants (the number of global variables, and the number of record names). I have just moved them to approximately what they are when I run gap -A, so GAP doesn't thrash starting up increasing the sizes of these tables.

This speeds GAP's startup very slightly (~2% on my machine), and doesn't use any extra memory, as these tables get to this size anyway.

stevelinton added a commit that referenced this pull request Feb 9, 2016
Increase initial size of global variables and record names tables
@stevelinton stevelinton merged commit d2741df into gap-system:master Feb 9, 2016
@ChrisJefferson ChrisJefferson deleted the increase-table branch February 9, 2016 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants