- File:
-
- 1 edited
-
doc/proposals/concurrency/annex/local.bib (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/annex/local.bib
rcf966b5 rb3ffb61 38 38 keywords = {Intel, TBB}, 39 39 title = {Intel Thread Building Blocks}, 40 note = "\url{https://www.threadingbuildingblocks.org/}"41 40 } 42 41 … … 75 74 title = {TwoHardThings}, 76 75 author = {Martin Fowler}, 77 howpublished= "\url{https://martinfowler.com/bliki/TwoHardThings.html}",76 address = {https://martinfowler.com/bliki/TwoHardThings.html}, 78 77 year = 2009 79 78 } … … 89 88 } 90 89 91 @book{Herlihy93, 92 title={Transactional memory: Architectural support for lock-free data structures}, 93 author={Herlihy, Maurice and Moss, J Eliot B}, 94 volume={21}, 95 number={2}, 96 year={1993}, 97 publisher={ACM} 98 } 99 100 @manual{affinityLinux, 90 @misc{affinityLinux, 101 91 title = "{Linux man page - sched\_setaffinity(2)}" 102 92 } 103 93 104 @m anual{affinityWindows,94 @misc{affinityWindows, 105 95 title = "{Windows (vs.85) - SetThreadAffinityMask function}" 106 96 } 107 97 108 @manual{switchToWindows, 109 title = "{Windows (vs.85) - SwitchToFiber function}" 110 } 111 112 @manual{affinityFreebsd, 98 @misc{affinityFreebsd, 113 99 title = "{FreeBSD General Commands Manual - CPUSET(1)}" 114 100 } 115 101 116 @m anual{affinityNetbsd,102 @misc{affinityNetbsd, 117 103 title = "{NetBSD Library Functions Manual - AFFINITY(3)}" 118 104 } 119 105 120 @m anual{affinityMacosx,106 @misc{affinityMacosx, 121 107 title = "{Affinity API Release Notes for OS X v10.5}" 122 108 } 123 124 125 @misc{NodeJs,126 title = "{Node.js}",127 howpublished= "\url{https://nodejs.org/en/}",128 }129 130 @misc{SpringMVC,131 title = "{Spring Web MVC}",132 howpublished= "\url{https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html}",133 }134 135 @misc{Django,136 title = "{Django}",137 howpublished= "\url{https://www.djangoproject.com/}",138 }
Note:
See TracChangeset
for help on using the changeset viewer.