GSoC: Linked List || Blog post by Chetan Karwa || #7

Greetings Everyone,

Progress in the past week:

  • Implemented the insert API as I described in this comment.
  • Reported the testing results of working with millions of nodes that hold strings of length 100 to 1000. link.
  • Tried implementing Finalizers but for unknown reason (I could not figure) linked list fails to hold more than 1 node.

Plan for the coming week:

  • Come up with a sketch of all the APIs that I have posted here.
  • Implement a few of the APIs with a basic approach.

I will keep everyone posted about what API I will be working on in that moment on this issue.

Thank you

1 Like

Thanks, Chetan, for this report.

As we discussed, the matter of the finalizers should be looked into. (I am on holiday now, so I will not try and look into this myself, at least not now :slight_smile:)

1 Like