Giter VIP home page Giter VIP logo

k0vl

GitHub Page. This is not my perosnal page. It is only used for CS 291A Assignment.

Link

https://k0vl.github.io/

CS 291A Questions

  • On average, how many requests can ab complete in 10 seconds with various power of two concurrency levels between 1 and 256?

    concurrency 1: 460.0
    concurrency 2: 1019.5
    concurrency 4: 2050.0
    concurrency 8: 4005.0
    concurrency 16: 6303.5
    concurrency 32: 10461.0
    concurrency 64: 13613.5
    concurrency 128: 14761.5
    concurrency 256: 13973.0

  • Why are there diminishing returns at higher concurrency levels?

    Either the client or the server could have a limit on open or half-open connections. They could stop making or accepting new connections until old connections are closed. It could also simply have ran out cpu, memory, or network resources.

  • What’s the performance difference when requesting HTTP and HTTPS?

    HTTPS, 10s: 528.0 = 0.018939s per request
    HTTP, 10s: 1273.5 = 0.007852s per request
    diff = 0.011087s per request
    141% increase over HTTP

  • How can github respond so quickly?

    Because it is serving static websites, so there is minimal processing on the server end. Moreover, it probably uses CDN, loadbalancer, or some forms of cache to accelerate the loading.

  • What is your site’s “Time to Interactive” according to PageSpeed Insights?

    1.7 s

Karl Wang's Projects

geofire-java icon geofire-java

GeoFire for Java - Realtime location queries with Firebase

linktranslator.js icon linktranslator.js

Automatically translate Wikipedia links according to the language links inside each linked page.

mp-input-notation-converter icon mp-input-notation-converter

Converts equations written to Mastering Physics input ("@DIV{1;2}", "x@SUP{2}") into plain text format ("(1/2)", "x^(2)").

pong icon pong

a cross-platform Pong game

variable-substitution icon variable-substitution

Enable GitHub developers to parameterize the values in their config files from a GitHub Action workflow

viafbot icon viafbot

The bot for the Wikipedia Authority Control Integration Project http://en.wikipedia.org/wiki/Wikipedia:VIAF

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.