-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RFC consistent view update & tree swapping (#8)
* Implement the ability to swap the router tree atomically * Field alignement * Fix comment * Final implementation of the new Tree API * Improve docs * Add tests for Lookup, Has and Reverse public API * Add Benchmark for Lookup function. * Use an Option interface instead of func(*Router) * docs: Enhance explanation of Fox's dynamic routing capabilities and performance focus --------- Co-authored-by: tigerwill90 <[email protected]>
- Loading branch information
1 parent
eea87e7
commit f8fb803
Showing
12 changed files
with
1,371 additions
and
919 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.idea | ||
.prof | ||
.test | ||
.test | ||
go.work | ||
go.work.sum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.