Changeset 7ffd7f0


Ignore:
Timestamp:
Sep 30, 2025, 7:55:45 AM (8 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
f0011bf
Parents:
a24a69e
Message:

add bibliography references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    ra24a69e r7ffd7f0  
    12401240    year        = 2023,
    12411241    note        = {\url{https://www.iso.org/obp/ui/en/\#iso:std:iso-iec:9899:dis:ed-5:v1:en}},
     1242}
     1243
     1244@mastersthesis{Brooks25,
     1245    contributer = {pabuhr@plg},
     1246    author      = {Michael Brooks},
     1247    title       = {\textsf{C}$\mathbf{\forall}$ Container Library},
     1248    school      = {School of Computer Science, University of Waterloo},
     1249    address     = {Waterloo, Ontario, Canada, N2L 3G1},
     1250    publisher   = {UWSpace},
     1251    year        = {2025},
     1252    note        = {\url{https://hdl.handle.net/10012/XXXXX}},
    12421253}
    12431254
     
    30333044}
    30343045
     3046@article{Alvarez-Picallo24,
     3047    keywords    =  {C, Coroutines, Effect Handlers},
     3048    contributer =  {pabuhr@plg},
     3049    author      =  {Alvarez-Picallo, Mario and Freund, Teodoro and Ghica, Dan R. and Lindley, Sam},
     3050    title       =  {Effect Handlers for {C} via Coroutines},
     3051    year        =  {2024},
     3052    publisher   =  {Association for Computing Machinery},
     3053    address     =  {New York, NY, USA},
     3054    volume      =  {8},
     3055    number      =  {OOPSLA2},
     3056    journal     =  {Proc. ACM Program. Lang.},
     3057    month       =  oct,
     3058}
     3059
    30353060@article{Tarjan75,
    30363061    keywords    = {union-find},
     
    40844109}
    40854110
     4111@manual{libmill,
     4112    keywords    = {libmill},
     4113    contributer = {pabuhr@plg},
     4114    author      = {libmill},
     4115    title       = {{G}o-style concurrency in {C}, Version 1.18},
     4116    organization= {libmill},
     4117    address     = {\url{http://libmill.org/documentation.html}},
     4118    month       = jan,
     4119    year        = 2017,
     4120}
     4121
    40864122@manual{Go,
    40874123    keywords    = {Go programming language},
     
    43324368    author      = {Zoran Radovi\'{c} and Erik Hagersten},
    43334369    title       = {Hierarchical backoff locks for nonuniform communication architectures},
    4334     booktitle   = {Proceedings of the Ninth International Symposium on High-Performance Computer Architecture},
     4370    booktitle   = {Proc. of the 9th Inter. Symp. on High-Perf. Comp. Arch.},
    43354371    year        = {2003},
    43364372    location    = {Anaheim, CA, USA},
     
    51445180}
    51455181
    5146 @manual{libmill,
    5147     keywords    = {libmill},
    5148     contributer = {pabuhr@plg},
    5149     author      = {libmill},
    5150     title       = {{G}o-style concurrency in {C}, Version 1.18},
    5151     organization= {libmill},
    5152     address     = {\url{http://libmill.org/documentation.html}},
    5153     month       = jan,
    5154     year        = 2017,
    5155 }
    5156 
    51575182@book{Weissman67,
    51585183    keywords    = {lisp},
     
    52275252    year        = 2008,
    52285253    pages       = {1008-1020},
     5254}
     5255
     5256@misc{Loom,
     5257    contributer = {pabuhr@plg},
     5258    key         = {Loom},
     5259    title       = {Project Loom: Fibers and Continuations},
     5260    author      = { Iris Clark},
     5261    howpublished= {\url{https://wiki.openjdk.org/display/loom}},
     5262    year        = 2022,
    52295263}
    52305264
     
    93329366    title       = {What is a Secure Programming Language?},
    93339367    booktitle   = {3rd Summit on Advances in Programming Languages},
    9334     editor      = {Benjamin S. Lerner and Rastislav Bod\'{i}k and Shriram Krishnamurthi},
     9368    opteditor   = {Benjamin S. Lerner and Rastislav Bod\'{i}k and Shriram Krishnamurthi},
    93359369    month       = jul,
    93369370    year        = 2019,
Note: See TracChangeset for help on using the changeset viewer.