Ignore:
File:
1 edited

Legend:

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

    rcf966b5 rb3ffb61  
    3838        keywords        = {Intel, TBB},
    3939        title   = {Intel Thread Building Blocks},
    40         note            = "\url{https://www.threadingbuildingblocks.org/}"
    4140}
    4241
     
    7574        title   = {TwoHardThings},
    7675        author  = {Martin Fowler},
    77         howpublished= "\url{https://martinfowler.com/bliki/TwoHardThings.html}",
     76        address = {https://martinfowler.com/bliki/TwoHardThings.html},
    7877        year            = 2009
    7978}
     
    8988}
    9089
    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,
    10191        title           = "{Linux man page - sched\_setaffinity(2)}"
    10292}
    10393
    104 @manual{affinityWindows,
     94@misc{affinityWindows,
    10595        title           = "{Windows (vs.85) - SetThreadAffinityMask function}"
    10696}
    10797
    108 @manual{switchToWindows,
    109         title           = "{Windows (vs.85) - SwitchToFiber function}"
    110 }
    111 
    112 @manual{affinityFreebsd,
     98@misc{affinityFreebsd,
    11399        title           = "{FreeBSD General Commands Manual - CPUSET(1)}"
    114100}
    115101
    116 @manual{affinityNetbsd,
     102@misc{affinityNetbsd,
    117103        title           = "{NetBSD Library Functions Manual - AFFINITY(3)}"
    118104}
    119105
    120 @manual{affinityMacosx,
     106@misc{affinityMacosx,
    121107        title           = "{Affinity API Release Notes for OS X v10.5}"
    122108}
    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.