dice icon indicating copy to clipboard operation
dice copied to clipboard

Add support for negative integer encoding/decoding.

Open JyotinderSingh opened this issue 1 year ago • 2 comments

Presently dencoding/int.go only supports unsigned integers.

  • Add support for signed integer encoding, this would allow us to support signed integer stacks and queues down the line.
  • Add unit tests to validate correctness.
  • Benchmark the code and measure the time taken and memory allocs using benchmem and try to keep them to the bare minimum.

JyotinderSingh avatar Jul 28 '24 07:07 JyotinderSingh

Hey @JyotinderSingh if no one has picked it, I would like to give this a go. !

Vsareen0 avatar Jul 28 '24 15:07 Vsareen0

Hey @JyotinderSingh if no one has picked it, I would like to give this a go. !

Assigned

JyotinderSingh avatar Jul 28 '24 15:07 JyotinderSingh

Fixed in #216

JyotinderSingh avatar Aug 03 '24 14:08 JyotinderSingh