Changeset 2dcd80a for doc/theses/thierry_delisle_PhD/thesis/local.bib
- Timestamp:
- Dec 14, 2022, 12:23:42 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 441a6a7
- Parents:
- 7d9598d8 (diff), d8bdf13 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/thesis/local.bib
r7d9598d8 r2dcd80a 615 615 } 616 616 617 @book{MAN:inteldev, 618 key = {Intel 64 and IA-32 Architectures Software Developer’s Manual}, 619 title = {Intel® 64 and IA-32 Architectures Software Developer’s Manual}, 620 publisher = {Intel{\textregistered}}, 621 year = {2016}, 622 volume = {3B: System Programming Guide, Part 2}, 623 url = {\href{https://www.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-software-developer-vol-3b-part-2-manual.html}{https://\-www.intel.com/\-content/\-www/\-us/\-en/\-architecture\--and\--technology/\-64\--ia\--32\--architectures\--software\--developer\--vol\--3b\--part\--2\--manual\-.html}}, 624 } 625 617 626 @misc{MemcachedThreading, 618 627 author = {Oracle}, … … 673 682 } 674 683 684 @misc{MAN:kotlin, 685 howpublished = {\href{https://kotlinlang.org/docs/multiplatform-mobile-concurrency-and-coroutines.html}{https://\-kotlinlang.org\-/docs\-/multiplatform\--mobile\--concurrency\--and\--coroutines.html}} 686 } 687 675 688 @misc{MAN:java/fork-join, 676 689 howpublished = {\href{https://www.baeldung.com/java-fork-join}{https://\-www.baeldung.com/\-java-fork-join}} … … 965 978 howpublished = "\href{https://en.wikipedia.org/wiki/Zipf%27s_law}{https://\-en.wikipedia.org/\-wiki/\-Zipf\%27s\-\_law}", 966 979 note = "[Online; accessed 7-September-2022]" 980 } 981 982 @misc{wiki:rdtsc, 983 author = "{Wikipedia contributors}", 984 title = "Time Stamp Counter --- {W}ikipedia{,} The Free Encyclopedia", 985 year = "2022", 986 howpublished = "\href{https://en.wikipedia.org/wiki/Time\_Stamp\_Counter}{https://\-en.wikipedia.org/\-wiki/\-Time\-\_Stamp\-\_Counter}", 987 note = "[Online; accessed 14-November-2022]" 988 } 989 990 @misc{wiki:lockfree, 991 author = "{Wikipedia contributors}", 992 title = "Non-blocking algorithm --- {W}ikipedia{,} The Free Encyclopedia", 993 year = "2022", 994 howpublished = "\href{https://en.wikipedia.org/wiki/Non-blocking_algorithm}{https://en.wikipedia.org/\-wiki/Non\--blocking\-\_algorithm}", 995 note = "[Online; accessed 22-November-2022]" 996 } 997 998 @misc{wiki:expected, 999 author = "{Wikipedia contributors}", 1000 title = "Expected value --- {W}ikipedia{,} The Free Encyclopedia", 1001 year = "2022", 1002 howpublished = "\href{https://en.wikipedia.org/wiki/Expected_value}{https://en.wikipedia.org/\-wiki/\-Expected\-\_value}", 1003 note = "[Online; accessed 22-November-2022]" 1004 } 1005 1006 @misc{wiki:softirq, 1007 author = "{Wikipedia contributors}", 1008 title = "Interrupt --- {W}ikipedia{,} The Free Encyclopedia", 1009 year = "2022", 1010 howpublished = "\href{https://en.wikipedia.org/wiki/Interrupt}{https://en.wikipedia.org/\-wiki/\-Interrupt}", 1011 note = "[Online; accessed 24-November-2022]" 967 1012 } 968 1013
Note:
See TracChangeset
for help on using the changeset viewer.