We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dc41c commit fdd187eCopy full SHA for fdd187e
1 file changed
Description.md
@@ -3,6 +3,7 @@ The following table gives an overview of studied performance issues and their ro
3
# Root causes of performance issues (RQ1)
4
| Pull request | Library | Description | Inefficient API usage | Inefficient iteration | Repeated execution | Inefficient copying | Special cases | API reimp. | Repeated checks | Generic API| Other |
5
| --- | --- | --- |--- | --- | --- | --- | --- | --- | --- | --- | --- |
6
+| 102 | JQuery | Avoid Array.slice, for the case when argument is negative number | x | --- | --- | x | --- | --- | --- | x | --- |
7
8
9
0 commit comments