Beispiel #1
0
 public void test_gethashcode_specialhashing_to64bit()
 {
     string eval = "aaa";
     var simHash = new Simhash();
     ulong fromDb = simHash.hashfuncjenkins(eval);
     Assert.AreEqual(18323053351575752945, fromDb);
 }