- Notifications
You must be signed in to change notification settings - Fork1.8k
Pull requests: emirpasic/gods
Author
Label
Projects
Milestones
Reviews
Assignee
Assigned to nobodyLoading
Sort
Pull requests list
Add Remove and RemoveElement functions for linkedlistqueue,doublylinkedlist,singlylinkedlist
#276 openedFeb 22, 2025 bycrekyLoading…
perf: speed up LinkedHashMap Remove() function from O(n) to O(1)
#264 openedAug 18, 2024 byErenDursunLoading…
Improve doublylikedlist IndexOf() by reducing the space complexity from O(n) to O(1)
#257 openedJun 21, 2024 byksw2000Loading…
Improve circularbuffer performance by removing redundant fields
#256 openedJun 21, 2024 byksw2000Loading…
enhance: use bytes.Buffer instead of String Concatenation
#253 openedMay 20, 2024 byoldme-gitLoading…
Remove unnecessary comparable type constraints from data structures
#244 openedMar 8, 2024 bysleepymoleLoading…
ProTip! Typegp on any issue or pull request to go back to the pull request listing page.