Skip to content

Commit fdd187e

Browse files
Update Description.md
1 parent f1dc41c commit fdd187e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Description.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ The following table gives an overview of studied performance issues and their ro
33
# Root causes of performance issues (RQ1)
44
| Pull request | Library | Description | Inefficient API usage | Inefficient iteration | Repeated execution | Inefficient copying | Special cases | API reimp. | Repeated checks | Generic API| Other |
55
| --- | --- | --- |--- | --- | --- | --- | --- | --- | --- | --- | --- |
6+
| 102 | JQuery | Avoid Array.slice, for the case when argument is negative number | x | --- | --- | x | --- | --- | --- | x | --- |
67

78

89

0 commit comments

Comments
 (0)