Displaying 4 results from an estimated 4 matches for "max_out".
2009 May 25
1
Memory problems when using ifelse
Dear R Users,
I have a data frame of 4 columns and ~58000 rows, the top of which looks like this:
> head(max_out)
Latitude Longitude Model Obs
1 -0.25 -49.25 4 4
2 -0.25 -50.25 4 5
3 -0.25 -50.75 4 4
4 -0.25 -51.25 3 11
5 -0.25 -51.75 6 4
6 -0.25 -52.25 12 5
The above shows, for each coordinate point, the month (1 = January...
2012 Jun 23
9
[PATCH 0/5] btrfs: lz4/lz4hc compression
WARNING: This is not compatible with the previous lz4 patchset. If you''re using
experimental compression that isn''t in mainline kernels, be prepared to backup
and restore or decompress before upgrading, and have backups in case it eats
data (which appears not to be a problem any more, but has been during
development).
These patches add lz4 and lz4hc compression
2014 Jan 13
20
[PATCH 00/19] nv50: add sampler2DMS/GP support to get OpenGL 3.2
OK, so there's a bunch of stuff in here. The geometry stuff is based on the
work started by Bryan Cain and Christoph Bumiller.
Patches 01-12: Add support for geometry shaders and fix related issues
Patches 13-14: Make it possible for fb clears to operate on texture attachments
with an explicit layer set (as is allowed in gl 3.2).
Patches 15-17: Make ARB_texture_multisample work
2012 Feb 13
10
[RFB] add LZ4 compression method to btrfs
Hi,
so here it is, LZ4 compression method inside btrfs. The patchset is based on
top of current Chris'' for-linus + Andi''s snappy implementation + the fixes from
Li Zefan. Passes xfstests and stresstests.
I haven''t measured performance on wide range of hardware or workloads, rather
wanted to publish the patches before I get distracted again. I''d like to ask