Skip to content

Commit b8fa525

Browse files
committed
Added DList performance javadoc on class
1 parent 3ce9d0e commit b8fa525

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

performance/src/main/java/fj/data/DListPerformance.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
/*
2-
* To change this license header, choose License Headers in Project Properties.
3-
* To change this template file, choose Tools | Templates
4-
* and open the template in the editor.
5-
*/
61
package fj.data;
72

83
/**
9-
*
4+
* Difference List performance benchmarks comparing DList to Seq and List
5+
* over 10 runs for the methods range, append and unbox.
6+
*
107
* @author clintonselke
118
*/
129
public class DListPerformance {

0 commit comments

Comments
 (0)