• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 1
  • 1
  • Tagged with
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Antikonsumtion i biblioteksmiljö : En användarundersökning om att låna mer än böcker på folkbibliotek

Nilsson, Margot January 2016 (has links)
This thesis covers the topic about public libraries and their role in anti-consumption according to library users. According to previous research there is a lack of knowledge about how users motivate their library use. A knowledge that is important due to the fact that the libraries views on its patrons can influence the relationship between library and users. The purpose of this essay is to study which role the public libraries have in anti-consumption in a user perspective by answering these questions: - What motivates users to borrow stuff from the library? - What are the users’ views on borrowing different stuff? - What do users want to borrow from the libraries? This study has been done by sharing an online survey in social media and by using a snowball sampling to collect participants. A definition made by Lee et al. (2011) was used to explain anti-consumption, who divided it into three parts: rejection, restriction and recycling. These definitions were then used to help analyzing the results from the survey. Conclusions were made that the library has a restraining role according to the survey’s participants, which means that users avoid ownership of things by borrowing them from the library. The motivation for library use amongst the participants was foremost by economic reasons, the amount of need for accessibility for different things and to discover new things in a safe environment. In majority the participants were pleased by the things that the public libraries are already lending out.
2

Utility Library Performance Compared to Native Solutions : JavaScript as a Case Study / Prestanda av Verktygbibliotek Jämfört med Inbyggda Lösningar : JavaScript som en Fallstudie

Williams, Sebastian January 2022 (has links)
Modern software development often involves using third-party libraries to prevent re-inventing the wheel, however, it is not always certain that they are the best solution. Within web development using JavaScript, there has been some debate on whether or not popular utility libraries have become obsolete as the language and ECMA script have been updated throughout the years. This work aimed to study the performance of three of the most popular JavaScript libraries to give better insight into how using utility libraries can impact performance. To achieve this, several of the library functions were benchmarked against native JavaScript implementations within three different metrics, execution time, memory usage, and file size. These metrics were found by combining the methods of previous works and focusing on web application performance impact. In the end, there were no major performance impacts when using utility libraries in JavaScript, however, the libraries did add somewhat significant loading time in the form of increased file sizes. While it is unclear how the results in this study relate to general use cases, the results suggest that native solutions generally perform slightly faster and with less memory usage. There were, however, some exceptions with certain library functions outperforming the native solutions. The work also provides information about how benchmarking in JavaScript can be particularly tricky due to the garbage collector and the Just-In-Time compilation. Lastly, there were also some unexpected findings with JavaScript performance differences between browsers. / Idag används ofta tredjepartsbibliotek inom modern mjukvaruutveckling. Men många utvecklare ifrågasätter om det alltid är den bästa lösningen. Inom webbutveckling har det varit en del debatt om populära verktygsbibliotek fortfarande är relevanta nu när ECMA-script har uppdaterats allt eftersom. Det här arbetet undersöker prestandan av tre populära JavaScript bibliotek, Lodash, date-fns, och moment, för att ge insikt i hur verktygsbiblioteken kan potentiellt ha prestanda konsekvenser inom web applikationer. För att uppnå detta mål har vi jämfört flera stycken biblioteksfunktioner med deras inbyggda motsvarigheter. I slutändan var det inga större skillnader med att använda biblioteken förutom att nedladdningstiden kan vara betydligt större på grund av filstorlerkarna. Det är fortfarande inte klart hur bibliotek presterar i allmänna användningsfall, då experimentet utfördes på helt slumpmässig data. Däremot presterade inbyggda lösningar allmänt snabbare och med mindre minnesanvändning, med vissa undantag inom Lodash biblioteket. Arbetet gav också insikt i hur det kan bli svårt att mäta JavaScript på grund av skräpsamlingen och Just-In-Time kompileringen.

Page generated in 0.0564 seconds