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 plots #24

Merged
merged 16 commits into from
Mar 30, 2023
Merged

Implement plots #24

merged 16 commits into from
Mar 30, 2023

Conversation

fsktom
Copy link
Owner

@fsktom fsktom commented Mar 30, 2023

Closes #22

See #22
<#22 (comment)>

It looks worse and I think I've done this the first time, then went
to creating aspects, dervied Eq for them, and compared those directly
for it to look nicer. But seems like allocating a new aspect every time
is very time-consuming. Comparing Strings directly without re-allocating
anything is the way to go apparently.

For normal single usage it doesn't matter. But I discovered this while
working on plots and there I have to call such a function for every data
point (bc I don't want to lower resolution it's equivalent to every time
the aspect exists in the dataset heh). There it makes the code 6x faster
@fsktom fsktom linked an issue Mar 30, 2023 that may be closed by this pull request
@fsktom fsktom merged commit b04507b into main Mar 30, 2023
@fsktom fsktom deleted the 22-graphs branch March 30, 2023 23:35
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.

Graphs
1 participant