Skip to content

Commit

Permalink
chore: annotate groups/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlcibiades committed Sep 2, 2024
1 parent 8352c37 commit 19f8b2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/groups/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ pub(crate) mod g2;
pub(crate) mod group;
pub(crate) mod gt;

// TODO(Why not load the reference data once and pass it around from a copy in memory?)
// TODO(This seems like a big hunk of test code in one place which could potentially be broken up into smaller pieces)
// across the implementation of the group operations in the other files

/// This test suite takes time, the biggest culprit of which is the multiplication. Really the
/// biggest bottleneck is assuredly the loading of the reference data from disk. The
/// multiplication just takes time due to the debugging symbols created by default when invoking
Expand Down

0 comments on commit 19f8b2f

Please sign in to comment.