Skip to content

Instantly share code, notes, and snippets.

@OmerMor
OmerMor / SampledSelectTest.cs
Created July 1, 2011 13:59
SampledSelect Rx Operator
using System;
using System.Collections.Generic;
using System.Reactive.Concurrency;
using System.Reactive.Linq;
using System.Reactive.Subjects;
using System.Threading;
using Microsoft.Reactive.Testing;
using NUnit.Framework;
using System.Linq;
@OmerMor
OmerMor / FastArraySerializer.cs
Last active November 26, 2021 05:33
A hack to temporarily view a float array as a byte array and vice versa, in O(1) - without mem copy. License: FreeBSD
/*
Copyright (c) 2013, Omer Mor
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,