Open ksw2000 opened 4 months ago
There is the same issue in singlylinkedlist
Hi @emirpasic Just a friendly reminder about this PR. It's been two weeks since submission, and I believe the changes would be beneficial to this package. Please let me know if there's anything I need to adjust. Thanks!
Hi @emirpasic Just a friendly reminder about this PR. It's been about 6 weeks since submission, and I believe the changes would be beneficial to this package. Please let me know if there's anything I need to adjust. Thanks!
Implement
IndexOf()
without callingValues()
.I also checked the performance by running the benchmark I made. Both practical benchmark results and theoretical analysis show that the new implementation significantly improves runtime performance and memory usage