Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/concurrency/annex/local.bib

    rb3ffb61 rcf966b5  
    3838        keywords        = {Intel, TBB},
    3939        title   = {Intel Thread Building Blocks},
     40        note            = "\url{https://www.threadingbuildingblocks.org/}"
    4041}
    4142
     
    7475        title   = {TwoHardThings},
    7576        author  = {Martin Fowler},
    76         address = {https://martinfowler.com/bliki/TwoHardThings.html},
     77        howpublished= "\url{https://martinfowler.com/bliki/TwoHardThings.html}",
    7778        year            = 2009
    7879}
     
    8889}
    8990
    90 @misc{affinityLinux,
     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,
    91101        title           = "{Linux man page - sched\_setaffinity(2)}"
    92102}
    93103
    94 @misc{affinityWindows,
     104@manual{affinityWindows,
    95105        title           = "{Windows (vs.85) - SetThreadAffinityMask function}"
    96106}
    97107
    98 @misc{affinityFreebsd,
     108@manual{switchToWindows,
     109        title           = "{Windows (vs.85) - SwitchToFiber function}"
     110}
     111
     112@manual{affinityFreebsd,
    99113        title           = "{FreeBSD General Commands Manual - CPUSET(1)}"
    100114}
    101115
    102 @misc{affinityNetbsd,
     116@manual{affinityNetbsd,
    103117        title           = "{NetBSD Library Functions Manual - AFFINITY(3)}"
    104118}
    105119
    106 @misc{affinityMacosx,
     120@manual{affinityMacosx,
    107121        title           = "{Affinity API Release Notes for OS X v10.5}"
    108122}
     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.