lapplislazuli / Hopinosis

Opinosis Implementation in Haskell
MIT License
0 stars 0 forks source link

Banging Graph does not do anything #24

Open lapplislazuli opened 4 years ago

lapplislazuli commented 4 years ago

The time taken for several graphs is the same. This is an indicator that something is odd.

To Reproduce

Run:

Hopinosis ./Files/darkwing.txt 2 0.51 0.51

and

Hopinosis ./Files/coon.txt 2 0.51 0.51

They both take 0.00006 seconds, which is an oddly short number and more importantly they should differ.

Expected behavior

Building the graph should

a) Take longer b) Take different long

Related Issues

This is another step towards #15 or rather the fix of it.

Additional context

I have tried to have the NFData for graph in place, which seems to be working.

I have taken it from a different library in that form, so it is very much the same as tuple at the moment.