Gökhan Özeloğlu

Results 24 comments of Gökhan Özeloğlu

Hi @nottrif. In the current implementation, data is stored in a linked list. But, we search for a key in `O(n)` time complexity. We can improve the performance by using...

I am not sure about `List`. Let me tell you the idea in my mind in detail. In the current implementation, we are storing data as `Item` in the linked...

Hey @swithek. What about this issue? Should it be added as a new feature? If yes, I'd like to work on it.

Hi @hmert. I have an idea for implementing proxy commands to more clear. I wanted to get approval from you. [proxy.go](https://github.com/academic/gURL/blob/main/cmd/proxy.go) file is starting to be more complicated and messy...