sleepy_penguin.git  about / heads / tags
Linux I/O events for Ruby
tree a108af99016de3267156109d2cab177d40d72588
$ git ls-tree -l pu:test	# shows similar output on the CLI

	size	name
 	390	helper.rb
 	958	test_cfr.rb
 	358	test_constants.rb
 	13763	test_epoll.rb
 	968	test_epoll_gc.rb
 	662	test_epoll_io.rb
 	3756	test_epoll_optimizations.rb
 	1871	test_eventfd.rb
 	3424	test_inotify.rb
 	2627	test_kqueue.rb
 	3114	test_kqueue_io.rb
 	903	test_sendfile.rb
 	6101	test_splice.rb
 	631	test_splice_eintr.rb
 	1839	test_timerfd.rb
glossary
--------
Tree objects belong to commits or other tree objects.  Trees may
reference blobs, sub-trees, or (rarely) commits of submodules.

Path names are stored in tree objects, but trees do not know
their own path name.  A tree's path name comes from their parent tree,
or it is the root tree referenced by a commit object.  Thus, this web UI
relies on the `b=' URI parameter as a hint to display the path name.
git clone https://yhbt.net/sleepy_penguin.git