<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><channel rdf:about="https://www.bibsonomy.org/user/jil/performance"><title>BibSonomy bookmarks for /user/jil/performance</title><link>https://www.bibsonomy.org/user/jil/performance</link><description>BibSonomy RSS Feed for /user/jil/performance</description><items><rdf:Seq><rdf:li rdf:resource="https://github.com/gvenzl/oci-oracle-xe/issues/43"/><rdf:li rdf:resource="https://vladmihalcea.com/uuid-database-primary-key/"/><rdf:li rdf:resource="https://www.depesz.com/2018/04/04/waiting-for-postgresql-11-fast-alter-table-add-column-with-a-non-null-default/"/><rdf:li rdf:resource="https://wiki.hsr.ch/Datenbanken/files/Benchmark_of_KVP_vs._hstore_-_doc.pdf"/><rdf:li rdf:resource="https://stackoverflow.com/questions/32166193/understanding-java-8-streams-at-the-bytecode-level"/><rdf:li rdf:resource="https://stackoverflow.com/questions/34585444/java-lambdas-20-times-slower-than-anonymous-classes"/><rdf:li rdf:resource="https://httpd.apache.org/docs/2.4/programs/ab.html"/><rdf:li rdf:resource="http://www.nicolasbize.com/blog/7-tips-to-speed-up-eclipse/"/><rdf:li rdf:resource="https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing"/><rdf:li rdf:resource="https://bitcalm.com/blog/synopsis-of-open-source-instruments-for-backups/"/><rdf:li rdf:resource="http://nadeausoftware.com/articles/2008/02/java_tip_how_read_files_quickly"/><rdf:li rdf:resource="http://www.informit.com/articles/article.aspx?p=31443&amp;seqNum=9"/><rdf:li rdf:resource="http://nlp.stanford.edu/IR-book/html/htmledition/evaluation-of-text-classification-1.html"/><rdf:li rdf:resource="http://www.psc.edu/networking/projects/hpn-ssh/theory.php"/><rdf:li rdf:resource="http://www.isode.com/whitepapers/mbox-benchmark.html"/></rdf:Seq></items></channel><item rdf:about="https://github.com/gvenzl/oci-oracle-xe/issues/43"><title>Document usage of DISABLE_OOB to work around Docker proxy bug · Issue #43 · gvenzl/oci-oracle-xe · GitHub</title><description>BREAK_POLL_SKIP=10000
DISABLE_OOB=ON</description><link>https://github.com/gvenzl/oci-oracle-xe/issues/43</link><dc:creator>jil</dc:creator><dc:date>2024-12-10T14:14:18+01:00</dc:date><dc:subject>-1 config docker error file fix got minus one oracle performance </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;BREAK_POLL_SKIP=10000
DISABLE_OOB=ON&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/-1"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/config"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/docker"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/error"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/file"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/fix"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/got"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/minus"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/one"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/oracle"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/></rdf:Bag></taxo:topics></item><item rdf:about="https://vladmihalcea.com/uuid-database-primary-key/"><title>The best UUID type for a database Primary Key - Vlad Mihalcea</title><description>If you plan to store UUID values in a Primary Key column, then you are better off using a TSID (time-sorted unique identifier).

One such implementation is offered by the Hypersistence TSID OSS library, which provides a 64-bit TSID that’s made of two parts:

    a 42-bit time component
    a 22-bit random component

The random component has two parts:

    a node identifier (0 to 20 bits)
    a counter (2 to 22 bits)

The node identifier can be provided by the tsid.node system property when bootstrapping the application:
-Dtsid.node=&#034;12&#034;</description><link>https://vladmihalcea.com/uuid-database-primary-key/</link><dc:creator>jil</dc:creator><dc:date>2023-10-09T13:38:11+02:00</dc:date><dc:subject>alternative fragmentation index performance pk time tsid uuid </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;If you plan to store UUID values in a Primary Key column, then you are better off using a TSID (time-sorted unique identifier).

One such implementation is offered by the Hypersistence TSID OSS library, which provides a 64-bit TSID that’s made of two parts:

    a 42-bit time component
    a 22-bit random component

The random component has two parts:

    a node identifier (0 to 20 bits)
    a counter (2 to 22 bits)

The node identifier can be provided by the tsid.node system property when bootstrapping the application:
-Dtsid.node=&amp;#034;12&amp;#034;&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/alternative"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/fragmentation"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/index"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/pk"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/time"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tsid"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/uuid"/></rdf:Bag></taxo:topics></item><item rdf:about="https://www.depesz.com/2018/04/04/waiting-for-postgresql-11-fast-alter-table-add-column-with-a-non-null-default/"><title>Waiting for PostgreSQL 11 – Fast ALTER TABLE ADD COLUMN with a non-NULL default – select * from depesz;</title><description>Currently adding a column to a table with a non-NULL default results in
a rewrite of the table. For large tables this can be both expensive and
disruptive. This patch removes the need for the rewrite as long as the
default value is not volatile. The default expression is evaluated at
the time of the ALTER TABLE and the result stored in a new column
(attmissingval) in pg_attribute, and a new column (atthasmissing) is set
to true. Any existing row when fetched will be supplied with the
attmissingval. New rows will have the supplied value or the default and
so will never need the attmissingval.</description><link>https://www.depesz.com/2018/04/04/waiting-for-postgresql-11-fast-alter-table-add-column-with-a-non-null-default/</link><dc:creator>jil</dc:creator><dc:date>2022-04-22T10:19:18+02:00</dc:date><dc:subject>add alter column default performance postgres table value </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Currently adding a column to a table with a non-NULL default results in
a rewrite of the table. For large tables this can be both expensive and
disruptive. This patch removes the need for the rewrite as long as the
default value is not volatile. The default expression is evaluated at
the time of the ALTER TABLE and the result stored in a new column
(attmissingval) in pg_attribute, and a new column (atthasmissing) is set
to true. Any existing row when fetched will be supplied with the
attmissingval. New rows will have the supplied value or the default and
so will never need the attmissingval.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/add"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/alter"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/column"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/default"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/table"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/value"/></rdf:Bag></taxo:topics></item><item rdf:about="https://wiki.hsr.ch/Datenbanken/files/Benchmark_of_KVP_vs._hstore_-_doc.pdf"><title>Key/Value Pair versus hstore - Benchmark_of_KVP_vs._hstore_-_doc.pdf</title><description></description><link>https://wiki.hsr.ch/Datenbanken/files/Benchmark_of_KVP_vs._hstore_-_doc.pdf</link><dc:creator>jil</dc:creator><dc:date>2020-10-15T10:32:54+02:00</dc:date><dc:subject>benchmark comparison hstore key performance postgres value </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2020-10-15T10:32:54+02:00&#034; href=&#034;https://wiki.hsr.ch/Datenbanken/files/Benchmark_of_KVP_vs._hstore_-_doc.pdf&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://wiki.hsr.ch/Datenbanken/files/Benchmark_of_KVP_vs._hstore_-_doc.pdf&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/benchmark"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/comparison"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/hstore"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/key"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/value"/></rdf:Bag></taxo:topics></item><item rdf:about="https://stackoverflow.com/questions/32166193/understanding-java-8-streams-at-the-bytecode-level"><title>lambda - Understanding Java 8 Streams at the Bytecode Level - Stack Overflow</title><description></description><link>https://stackoverflow.com/questions/32166193/understanding-java-8-streams-at-the-bytecode-level</link><dc:creator>jil</dc:creator><dc:date>2020-04-01T11:27:52+02:00</dc:date><dc:subject>bytecode compiler java lambda performance runtime </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2020-04-01T11:27:52+02:00&#034; href=&#034;https://stackoverflow.com/questions/32166193/understanding-java-8-streams-at-the-bytecode-level&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://stackoverflow.com/questions/32166193/understanding-java-8-streams-at-the-bytecode-level&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/bytecode"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/compiler"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/lambda"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/runtime"/></rdf:Bag></taxo:topics></item><item rdf:about="https://stackoverflow.com/questions/34585444/java-lambdas-20-times-slower-than-anonymous-classes"><title>performance - Java lambdas 20 times slower than anonymous classes - Stack Overflow</title><description>when the application hasn’t used lambda expressions before, even the framework for generating the lambda classes has to be loaded (Oracle’s current implementation uses ASM under the hood). This is the actual cause of the slowdown, loading and initialization of a dozen internally used classes, not the lambda expression itself.</description><link>https://stackoverflow.com/questions/34585444/java-lambdas-20-times-slower-than-anonymous-classes</link><dc:creator>jil</dc:creator><dc:date>2019-07-22T10:10:50+02:00</dc:date><dc:subject>initialization java lambda performance </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;when the application hasn’t used lambda expressions before, even the framework for generating the lambda classes has to be loaded (Oracle’s current implementation uses ASM under the hood). This is the actual cause of the slowdown, loading and initialization of a dozen internally used classes, not the lambda expression itself.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/initialization"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/lambda"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/></rdf:Bag></taxo:topics></item><item rdf:about="https://httpd.apache.org/docs/2.4/programs/ab.html"><title>ab - Apache HTTP server benchmarking tool - Apache HTTP Server Version 2.4</title><description></description><link>https://httpd.apache.org/docs/2.4/programs/ab.html</link><dc:creator>jil</dc:creator><dc:date>2018-07-04T17:31:48+02:00</dc:date><dc:subject>ab apache benchmark http httpd performance request test tool </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2018-07-04T17:31:48+02:00&#034; href=&#034;https://httpd.apache.org/docs/2.4/programs/ab.html&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://httpd.apache.org/docs/2.4/programs/ab.html&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ab"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/apache"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/benchmark"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/http"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/httpd"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/request"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/test"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tool"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.nicolasbize.com/blog/7-tips-to-speed-up-eclipse/"><title>7 Tips to Speed Up Eclipse | Personal Registry Editor</title><description></description><link>http://www.nicolasbize.com/blog/7-tips-to-speed-up-eclipse/</link><dc:creator>jil</dc:creator><dc:date>2018-03-23T11:31:10+01:00</dc:date><dc:subject>eclipse performance ramdisk tuning </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2018-03-23T11:31:10+01:00&#034; href=&#034;http://www.nicolasbize.com/blog/7-tips-to-speed-up-eclipse/&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://www.nicolasbize.com/blog/7-tips-to-speed-up-eclipse/&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/eclipse"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ramdisk"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tuning"/></rdf:Bag></taxo:topics></item><item rdf:about="https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing"><title>About Pool Sizing · brettwooldridge/HikariCP Wiki · GitHub</title><description>If you have 10,000 front-end users, having a connection pool of 10,000 would be shear insanity. 1000 still horrible. Even 100 connections, overkill. You want a small pool of a few dozen connections at most, and you want the rest of the application threads blocked on the pool awaiting connections.

 imagine three threads (Tn=3), each of which requires four connections to perform some task (Cm=4). The pool size required to ensure that deadlock is never possible is:

   pool size = 3 x (4 - 1) + 1 = 10</description><link>https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing</link><dc:creator>jil</dc:creator><dc:date>2018-03-23T10:31:53+01:00</dc:date><dc:subject>connection database db deadlock performance pool size </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;If you have 10,000 front-end users, having a connection pool of 10,000 would be shear insanity. 1000 still horrible. Even 100 connections, overkill. You want a small pool of a few dozen connections at most, and you want the rest of the application threads blocked on the pool awaiting connections.

 imagine three threads (Tn=3), each of which requires four connections to perform some task (Cm=4). The pool size required to ensure that deadlock is never possible is:

   pool size = 3 x (4 - 1) + 1 = 10&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/connection"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/database"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/db"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/deadlock"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/pool"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/size"/></rdf:Bag></taxo:topics></item><item rdf:about="https://bitcalm.com/blog/synopsis-of-open-source-instruments-for-backups/"><title>Synopsis of open source instruments for backups | BitCalm</title><description></description><link>https://bitcalm.com/blog/synopsis-of-open-source-instruments-for-backups/</link><dc:creator>jil</dc:creator><dc:date>2015-10-23T16:50:20+02:00</dc:date><dc:subject>backup linux performance scripts tests time </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2015-10-23T16:50:20+02:00&#034; href=&#034;https://bitcalm.com/blog/synopsis-of-open-source-instruments-for-backups/&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://bitcalm.com/blog/synopsis-of-open-source-instruments-for-backups/&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/backup"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/linux"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scripts"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tests"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/time"/></rdf:Bag></taxo:topics></item><item rdf:about="http://nadeausoftware.com/articles/2008/02/java_tip_how_read_files_quickly"><title>Java tip: How to read files quickly | Nadeau Software</title><description></description><link>http://nadeausoftware.com/articles/2008/02/java_tip_how_read_files_quickly</link><dc:creator>jil</dc:creator><dc:date>2015-08-04T19:22:36+02:00</dc:date><dc:subject>channel input inputstream io java nio performance read reading </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2015-08-04T19:22:36+02:00&#034; href=&#034;http://nadeausoftware.com/articles/2008/02/java_tip_how_read_files_quickly&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://nadeausoftware.com/articles/2008/02/java_tip_how_read_files_quickly&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/channel"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/input"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/inputstream"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/io"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/nio"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/read"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/reading"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.informit.com/articles/article.aspx?p=31443&amp;seqNum=9"><title>InformIT: Tomcat Kick Start: Basic Principles of Web Servers &gt; Persistent Connections</title><description></description><link>http://www.informit.com/articles/article.aspx?p=31443&amp;seqNum=9</link><dc:creator>jil</dc:creator><dc:date>2010-01-13T18:06:31+01:00</dc:date><dc:subject>cache close connection content content-length header htt length performance size tomcat </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2010-01-13T18:06:31+01:00&#034; href=&#034;http://www.informit.com/articles/article.aspx?p=31443&amp;amp;seqNum=9&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://www.informit.com/articles/article.aspx?p=31443&amp;amp;seqNum=9&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/cache"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/close"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/connection"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/content"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/content-length"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/header"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/htt"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/length"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/size"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tomcat"/></rdf:Bag></taxo:topics></item><item rdf:about="http://nlp.stanford.edu/IR-book/html/htmledition/evaluation-of-text-classification-1.html"><title>Evaluation of text classification</title><description></description><link>http://nlp.stanford.edu/IR-book/html/htmledition/evaluation-of-text-classification-1.html</link><dc:creator>jil</dc:creator><dc:date>2008-02-19T19:22:57+01:00</dc:date><dc:subject>begriff buch definition effectiveness efficiency evaluation ir klassifikation learning machine online performance </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2008-02-19T19:22:57+01:00&#034; href=&#034;http://nlp.stanford.edu/IR-book/html/htmledition/evaluation-of-text-classification-1.html&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://nlp.stanford.edu/IR-book/html/htmledition/evaluation-of-text-classification-1.html&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/begriff"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/buch"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/definition"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/effectiveness"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/efficiency"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/evaluation"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ir"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/klassifikation"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/learning"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/machine"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/online"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.psc.edu/networking/projects/hpn-ssh/theory.php"><title>High Performance Enabled SSH/SCP [PSC]</title><description></description><link>http://www.psc.edu/networking/projects/hpn-ssh/theory.php</link><dc:creator>jil</dc:creator><dc:date>2007-04-10T17:24:14+02:00</dc:date><dc:subject>patch performance scp ssh sshfs tcp </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2007-04-10T17:24:14+02:00&#034; href=&#034;http://www.psc.edu/networking/projects/hpn-ssh/theory.php&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://www.psc.edu/networking/projects/hpn-ssh/theory.php&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/patch"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scp"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ssh"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/sshfs"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tcp"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.isode.com/whitepapers/mbox-benchmark.html"><title>M-Box Performance</title><description></description><link>http://www.isode.com/whitepapers/mbox-benchmark.html</link><dc:creator>jil</dc:creator><dc:date>2007-04-10T12:58:23+02:00</dc:date><dc:subject>benchmark courier cyrus dovecot imap mbox performance </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2007-04-10T12:58:23+02:00&#034; href=&#034;http://www.isode.com/whitepapers/mbox-benchmark.html&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://www.isode.com/whitepapers/mbox-benchmark.html&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/benchmark"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/courier"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/cyrus"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/dovecot"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/imap"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/mbox"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/performance"/></rdf:Bag></taxo:topics></item></rdf:RDF>