ilopezluna/uniques

Wrong conversion

Closed this issue · 1 comments

http://localhost:8080/hit?id=1
http://localhost:8080/hit?id=100
http://localhost:8080/hit?id=1

Produces:

Before: {}
Index: 1
After: {1}

hit(2015-06-23, 1, u): in 94,63ms

hit(1): in 95,69ms

Before: {1}
Index: 100
After: {1, 100}

hit(2015-06-23, 100, u): in 78,97ms

hit(100): in 79,89ms

Before: {4, 97}
Index: 1
After: {1, 4, 97}

hit(2015-06-23, 1, u): in 47,04ms

hit(1): in 48,19ms