Sha256: 661453be272a07dfbc97617916b56c8a8ba9171147fbf8fa7e6475831c43c1d5

Contents?: true

Size: 580 Bytes

Versions: 37

Compression:

Stored size: 580 Bytes

Contents

# encoding: ascii-8bit

# Copyright 2014 Ball Aerospace & Technologies Corp.
# All Rights Reserved.
#
# This program is free software; you can modify and/or redistribute it
# under the terms of the GNU General Public License
# as published by the Free Software Foundation; version 3 with
# attribution addendums as found in the LICENSE.txt

if RUBY_ENGINE == 'ruby' and !ENV['COSMOS_NO_EXT']
  require 'cosmos/ext/low_fragmentation_array'
else
  module Cosmos
    class LowFragmentationArray < Array
      # Can't implement low fragmention in native ruby easily
    end
  end
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
cosmos-4.5.2-java lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.5.2 lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.5.1-java lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.5.1 lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.5.0-java lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.5.0 lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.4.2-java lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.4.2 lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.4.1-java lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.4.1 lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.4.0-java lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.4.0 lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.3.0-java lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.3.0 lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.2.4-java lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.2.4 lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.2.3-java lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.2.3 lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.2.2-java lib/cosmos/utilities/low_fragmentation_array.rb
cosmos-4.2.2 lib/cosmos/utilities/low_fragmentation_array.rb