1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby/internal/intern
Jean Boussier 4a2b5102c1 Expose rb_hash_new_capa(long)
[Feature #18683]

This allows parsers and similar libraries to create Hashes of
a certain capacity in advance. It's useful when the key and values
are streamed, hence `bulk_insert()` can't be used.
2022-04-26 16:12:47 +02:00
..
select [Feature #18491] Drop support for HP-UX 2022-01-18 09:52:15 -05:00
array.h
bignum.h
class.h Add Class#subclasses 2021-11-23 10:50:44 +01:00
compar.h
complex.h
cont.h
dir.h
enum.h
enumerator.h
error.h Remove declarations of deprecated functions 2021-12-30 15:33:40 +09:00
eval.h
file.h Improved exception usage/classes. 2021-12-21 12:25:42 +13:00
gc.h [Feature #18290] Deprecate rb_gc_force_recycle and remove invalidate_mark_stack_chunk 2021-11-08 14:05:54 -05:00
hash.h Expose rb_hash_new_capa(long) 2022-04-26 16:12:47 +02:00
io.h
load.h
marshal.h
numeric.h
object.h Remove tainted and trusted features 2021-12-26 23:28:54 +09:00
parse.h
proc.h
process.h
random.h
range.h
rational.h
re.h
ruby.h
select.h
signal.h
sprintf.h
string.h Remove tainted and trusted features 2021-12-26 23:28:54 +09:00
struct.h
thread.h
time.h
variable.h
vm.h Finer-grained constant cache invalidation (take 2) 2022-04-01 14:48:22 -04:00