Re: [fpc-pascal] Hello, I suggest that you change the TFPGMap in fgl.

2016-07-19 Thread Felipe Monteiro de Carvalho
Hello, You could always send a patch with a TFPGHashedMap or TFPGRedBlackMap implementation. thanks, -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pas

Re: [fpc-pascal] Hello, I suggest that you change the TFPGMap in fgl.

2016-07-17 Thread leledumbo
> i don't know why free pascal's map is based on array. Because the unit was meant mainly for testing the generics support and if you read the line right before the unit clause: https://github.com/graemeg/freepascal/blob/master/rtl/objpas/fgl.pp#L20 Still, there's no problem having array backed m