Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 57ebde1

Browse files
author
Nikos M
committed
update
1 parent f2984a4 commit 57ebde1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎README.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ __Arithmetic Operations__
135135
* __Exploiting Mathematical Theorems/Relations__ : Some times a computation can be performed in an equivalent but more efficient way by using some mathematical theorem, transformation, symmetry <sup> [50] </sup> or knowledge (eg. Gauss method of solving Systems of Linear equations <sup> [54] </sup>, Fast Fourier Transforms <sup> [53] </sup>, Fermat's Little Theorem <sup> [55] </sup>, Taylor-Mclaurin Series Expasions, Trigonometric Identities <sup> [56] </sup>, etc..). This can go a long way. It is good to refresh your mathematical knowledge every now and then.
136136

137137

138-
* __Using Efficient Data Structures__ : Data structures are the counterpart of algorithms (in the space domain), each efficient algorithm needs an associated efficient data structure for the specific task. In many cases using an appropriate data structure (representation) can make all the difference (eg. database designers and search engine developers know this very well) <sup> [27], [28], [49], [58], [59], [60] </sup>
138+
* __Using Efficient Data Structures__ : Data structures are the counterpart of algorithms (in the space domain), each efficient algorithm needs an associated efficient data structure for the specific task. In many cases using an appropriate data structure (representation) can make all the difference (eg. database designers and search engine developers know this very well) <sup> [27], [28], [49], [58], [59], [60], [61] </sup>
139139

140140

141141

@@ -391,6 +391,7 @@ Database Access can be expensive, this means it is usually better to fetch the n
391391
* https://arxiv.org/abs/cs/0011047
392392
* http://soft.vub.ac.be/~madewael/w-JITds/paper.pdf
393393
* http://brandonlucia.com/pubs/approx2014.pdf
394+
* http://www.cs.le.ac.uk/ac/LACFunding/LACNewParDS/finalreport.pdf
394395

395396
[1]: http://en.wikipedia.org/wiki/Code_optimization
396397
[2]: http://en.wikipedia.org/wiki/Don%27t_repeat_yourself
@@ -452,3 +453,4 @@ Database Access can be expensive, this means it is usually better to fetch the n
452453
[58]: https://arxiv.org/abs/cs/0011047
453454
[59]: http://soft.vub.ac.be/~madewael/w-JITds/paper.pdf
454455
[60]: http://brandonlucia.com/pubs/approx2014.pdf
456+
[61]: http://www.cs.le.ac.uk/ac/LACFunding/LACNewParDS/finalreport.pdf

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /