aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-10-24 14:49:29 +0200
committerThomas Lange <code@nerdmind.de>2021-10-24 14:58:43 +0200
commit6a45789731c75db0c782ae2d0bdc478aa7ccb6ad (patch)
treef3cb7f5ab641cf2893849e4311f06787ae523457 /readme.md
parent4163aa7195645c2b642ec1172f4658b5606da4ac (diff)
downloadbigpipe-6a45789731c75db0c782ae2d0bdc478aa7ccb6ad.tar.gz
bigpipe-6a45789731c75db0c782ae2d0bdc478aa7ccb6ad.tar.xz
bigpipe-6a45789731c75db0c782ae2d0bdc478aa7ccb6ad.zip
Remove closing tags and ensure LF at end of files
Remove the unnecessary PHP closing tags and ensure that *all* non-binary files ending with an LF character.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index d91b764..1029f86 100644
--- a/readme.md
+++ b/readme.md
@@ -2,4 +2,4 @@
> BigPipe is a fundamental redesign of the dynamic web page serving system. The general idea is to decompose web pages into small chunks called pagelets, and pipeline them through several execution stages inside web servers and browsers. This is similar to the pipelining performed by most modern microprocessors: multiple instructions are pipelined through different execution units of the processor to achieve the best performance. Although BigPipe is a fundamental redesign of the existing web serving process, it does not require changing existing web browsers or servers; it is implemented entirely in PHP and JavaScript.
**More information from *Changhao Jiang* at Facebook Engineering:**
-<https://engineering.fb.com/2010/06/04/web/bigpipe-pipelining-web-pages-for-high-performance/> \ No newline at end of file
+<https://engineering.fb.com/2010/06/04/web/bigpipe-pipelining-web-pages-for-high-performance/>